Skip to content

Commit

Permalink
Change minItems of oneOf and anyOf to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Z5eyhS0uubejR0SVmX2O committed Feb 2, 2021
1 parent 889ab76 commit 334f8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/2.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,14 @@
},
"oneOf": {
"type": "array",
"minItems": 2,
"minItems": 1,
"items": {
"$ref": "#/definitions/schema"
}
},
"anyOf": {
"type": "array",
"minItems": 2,
"minItems": 1,
"items": {
"$ref": "#/definitions/schema"
}
Expand Down

0 comments on commit 334f8a2

Please sign in to comment.