jsonschema.schema

Undocumented in source.

Members

Aliases

T
alias T = JsonSchema!(StdJsonAdapter, AliasGroup!(JsonCommonState, JsonObjectState), AliasGroup!(JsonSchemaMinLengthConstraint, JsonSchemaMaxLengthConstraint, JsonSchemaPatternConstraint, JsonSchemaMultipleOfConstraint, JsonSchemaMinimumConstraint, JsonSchemaMaximumOfConstraint, JsonSchemaRequiredConstraint, JsonSchemaMinPropertiesConstraint, JsonSchemaMaxPropertiesConstraint), AliasGroup!(JsonSchemaTypeKeyword, JsonSchemaPropertiesKeyword, JsonSchemaPatternPropertiesKeyword, JsonSchemaAdditionalPropertiesKeyword), AliasGroup!())
Undocumented in source.

Enums

JsonSchemaType
enum JsonSchemaType
Undocumented in source.

Functions

schemaEnforceArrayOf
void schemaEnforceArrayOf(JsonSchemaType type, Adapter.AggregateType value)
Undocumented in source. Be warned that the author may not have intended to support it.
schemaEnforceType
void schemaEnforceType(JsonSchemaType expected, JsonSchemaType got)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AliasGroup
struct AliasGroup(Group_...)
Undocumented in source.
JsonSchema
struct JsonSchema(Adapter_, States_, Constraints_, Keywords_, Rules_)
Undocumented in source.
JsonSchemaAlgebraic
struct JsonSchemaAlgebraic(Types...)
Undocumented in source.
JsonSchemaConstraint
struct JsonSchemaConstraint
Undocumented in source.
JsonSchemaKeyword
struct JsonSchemaKeyword
Undocumented in source.
JsonSchemaState
struct JsonSchemaState
Undocumented in source.

Meta