# Functions
WithDefaultSchema returns a CDI Spec validator that uses the default external JSON schema, or the default builtin one if the external one fails to load.
WithNamedSchema loads the named JSON schema and returns a CDI Spec validator for it.
WithSchema returns a CDI Spec validator that uses the given Schema.
# Constants
DefaultExternalSchema is the default JSON schema to load for validation.