# Functions
No description provided by the author
NewSchemaValidation creates a new Schema that can be used to validate objects.
# Structs
NoDoubleKeySchema is a schema that disallows double keys.
NullSchema always validates bytes.
# 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.