# Functions

BuiltinSchema returns the builtin schema if we have a valid one.
Get returns the active validating JSON schema.
Load the given JSON Schema.
NopSchema returns an validating JSON Schema that does no real validation.
ReadAndValidate all data from the given reader, using the active schema for validation.
Set sets the default validating JSON schema.
Validate validates the data read from an io.Reader against the active schema.
ValidateData validates the given JSON document against the active schema.
ValidateFile validates the given JSON file against the active schema.
ValidateType validates a go object against the schema.

# Constants

BuiltinSchemaName names the builtin schema for Load()/Set().
NoneSchemaName names the NOP-schema for Load()/Set().

# Structs

Error wraps a JSON validation result.
Schema is a JSON validation schema.