Expand description
JSON Schema types.
Structs§
- Array
Validation - Properties of a
SchemaObject
which define validation assertions for arrays. - Metadata
- Properties which annotate a
SchemaObject
which typically have no effect when an object is being validated against the schema. - Number
Validation - Properties of a
SchemaObject
which define validation assertions for numbers. - Object
Validation - Properties of a
SchemaObject
which define validation assertions for objects. - Root
Schema - The root object of a JSON Schema document.
- Schema
Object - A JSON Schema object.
- String
Validation - Properties of a
SchemaObject
which define validation assertions for strings. - Subschema
Validation - Properties of a
SchemaObject
which define validation assertions in terms of other schemas.
Enums§
- Instance
Type - The possible types of values in JSON Schema documents.
- Schema
- A JSON Schema.
- Single
OrVec - A type which can be serialized as a single item, or multiple items.