# Functions
DefaultBadSyntaxErrorHandler is the default invalid JSON error handler for a new JsonSchemaValidator instance.
DefaultValidationErrorHandler is the default JSON schema validation error handler for a new JsonSchemaValidator instance.
NewJsonSchemaValidator constructs a new instance of JsonSchemaValidator around the given schema.
# Interfaces
JsonSchemaValidator defines a middleware layer that validates incoming JSON request bodies against a given schema.