We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5bbd8 commit e252511Copy full SHA for e252511
jsonschema/json.go
@@ -54,6 +54,7 @@ type Definition struct {
54
// Defs A map of reusable schema definitions.
55
Defs map[string]Definition `json:"$defs,omitempty"`
56
// MaxContains specifies the maximum number of elements in an array that can match the schema.
57
+ // MinContains specifies the minimum number of elements in an array that can match the schema.
58
MinContains int `json:"minContains,omitempty"`
59
}
60
0 commit comments