jsonschema ~master (2021-09-10T00:33:19Z)
Dub
Repo
JsonSchemaArrayConstraint
jsonschema
standard
constraint
Undocumented in source.
mixin template
JsonSchemaArrayConstraint (
string
keyword
JsonSchemaType
schemaType
valueType
string
getter
) {
static immutable
auto
KEYWORD
;
valueType
value
;
this
(SchemaT.Adapter.AggregateType value);
}
Constructors
this
this
(SchemaT.Adapter.AggregateType value)
Undocumented in source.
Members
Static variables
KEYWORD
auto
KEYWORD
;
Undocumented in source.
Variables
value
valueType
value
;
Undocumented in source.
Meta
Source
See Implementation
jsonschema
standard
constraint
mixin templates
JsonSchemaArrayConstraint
JsonSchemaIntegerConstraint
JsonSchemaRegexConstraint
structs
JsonSchemaMaxLengthConstraint
JsonSchemaMaxPropertiesConstraint
JsonSchemaMaximumOfConstraint
JsonSchemaMinLengthConstraint
JsonSchemaMinPropertiesConstraint
JsonSchemaMinimumConstraint
JsonSchemaMultipleOfConstraint
JsonSchemaPatternConstraint
JsonSchemaRequiredConstraint