jsonschema ~master (2021-09-10T00:33:19Z)
Dub
Repo
JsonSchemaMaxPropertiesConstraint
jsonschema
standard
constraint
Undocumented in source.
struct
JsonSchemaMaxPropertiesConstraint (
SchemaT
) {
mixin
JsonSchemaIntegerConstraint
!
"maxProperties"
;
}
Members
Mixins
__anonymous
mixin
JsonSchemaIntegerConstraint
!
"maxProperties"
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