# Functions
NewInvalidTypeError returns an instance of NewInvalidTypeError.
NewSwaggerSchemaFromBytes creates an instance of SwaggerSchema from bytes.
# Structs
InvalidTypeError records information about an invalid type.
NoDoubleKeySchema is a schema that disallows double keys.
NullSchema always validates bytes.
SwaggerSchema is a schema based on an OpenAPI spec.
# Interfaces
Schema is an interface that knows how to validate an API object serialized to a byte array.
# Type aliases
ConjunctiveSchema encapsulates a schema list.
TypeNotFoundError is returned when specified type can not found in schema.