jsonschema.standard.constraint

Undocumented in source.

Members

Mixin templates

JsonSchemaArrayConstraint
mixintemplate JsonSchemaArrayConstraint(string keyword, JsonSchemaType schemaType, valueType, string getter)
Undocumented in source.
JsonSchemaIntegerConstraint
mixintemplate JsonSchemaIntegerConstraint(string keyword)
Undocumented in source.
JsonSchemaRegexConstraint
mixintemplate JsonSchemaRegexConstraint(string keyword)
Undocumented in source.

Structs

JsonSchemaMaxLengthConstraint
struct JsonSchemaMaxLengthConstraint(SchemaT)
Undocumented in source.
JsonSchemaMaxPropertiesConstraint
struct JsonSchemaMaxPropertiesConstraint(SchemaT)
Undocumented in source.
JsonSchemaMaximumOfConstraint
struct JsonSchemaMaximumOfConstraint(SchemaT)
Undocumented in source.
JsonSchemaMinLengthConstraint
struct JsonSchemaMinLengthConstraint(SchemaT)
Undocumented in source.
JsonSchemaMinPropertiesConstraint
struct JsonSchemaMinPropertiesConstraint(SchemaT)
Undocumented in source.
JsonSchemaMinimumConstraint
struct JsonSchemaMinimumConstraint(SchemaT)
Undocumented in source.
JsonSchemaMultipleOfConstraint
struct JsonSchemaMultipleOfConstraint(SchemaT)
Undocumented in source.
JsonSchemaPatternConstraint
struct JsonSchemaPatternConstraint(SchemaT)
Undocumented in source.
JsonSchemaRequiredConstraint
struct JsonSchemaRequiredConstraint(SchemaT)
Undocumented in source.

Meta