Documentation
¶
Index ¶
Constants ¶
View Source
const MaxDiagnostics = 100
Variables ¶
This section is empty.
Functions ¶
func CompileSchema ¶
func CompileSchema(schemaBytes []byte, resourceID string) (*jsonschema.Schema, error)
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) Validate ¶
func (e *Engine) Validate(data []byte, options Options) (result.Validation, *OperationalFailure)
type OperationalFailure ¶
func (*OperationalFailure) Error ¶
func (f *OperationalFailure) Error() string
Click to show internal directories.
Click to hide internal directories.