Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2026 Changes in this version + const MaxDiagnostics + func CompileSchema(schemaBytes []byte, resourceID string) (*jsonschema.Schema, error) + type Engine struct + func NewEngine() (*Engine, error) + func (e *Engine) Validate(data []byte, options Options) (result.Validation, *OperationalFailure) + type OperationalFailure struct + Code string + ExitCode int + Message string + func (f *OperationalFailure) Error() string + type Options struct + ExpectedSpecVersion string + Limits carrier.Limits + SupportedExtensions []string + Through string