# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
JSONSchema is a go struct that maps to a JSON schema document, defined in draft 2020-12: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/schema.json.
JSONSchemaApplicator is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/applicator.json.
JSONSchemaContent is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/content.json.
JSONSchemaCore is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/core.json.
JSONSchemaFormatAnnotation is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/format-annotation.json.
JSONSchemaMetaData is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/meta-data.json.
JSONSchemaUnevaluated is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/unevaluated.json.
JSONSchemaValidation is a go struct that implements the structure defined in: https://github.com/json-schema-org/json-schema-spec/blob/0d2e45422eda1dd5d3eb76905cb816b612d63a5b/meta/validation.json.