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