jsonschema.schema

Undocumented in source.

Members

Aliases

JsonSchemaDefaultConstraints
alias JsonSchemaDefaultConstraints = SchemaGroup!(JsonMaxPropertiesConstraint, JsonMinPropertiesConstraint, JsonMaxItemsConstraint, JsonMinItemsConstraint, JsonUniqueItemsConstraint, JsonPatternConstraint, JsonMultipleConstraint)
Undocumented in source.
JsonSchemaStdDefault
alias JsonSchemaStdDefault = JsonSchema!(StdJsonAdapter, JsonSchemaDefaultConstraints)
Undocumented in source.

Enums

JsonSchemaType
enum JsonSchemaType
Undocumented in source.

Functions

compare
bool compare(SchemaAdapter.ValueType sv, ValueAdapter.ValueType vv)
Undocumented in source. Be warned that the author may not have intended to support it.
typeCompare
bool typeCompare(SchemaAdapter.ValueType sv, ValueAdapter.ValueType vv)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
string[] validate(Schema schema, ValueAdapter.ValueType valueRoot)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JsonSchema
struct JsonSchema(Adapter_, ConstraintGroup)
Undocumented in source.
SchemaGroup
struct SchemaGroup(Things_...)
Undocumented in source.

Meta