Skip to content

Commit

Permalink
Lowered minItems to 0 to match API implementation (Azure#12741)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashahdo authored and mkarmark committed Jul 20, 2021
1 parent 995f0c8 commit fdbcf36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3944,7 +3944,7 @@
"items": {
"$ref": "#/definitions/BudgetFilterProperties"
},
"minItems": 2
"minItems": 0
},
"not": {
"description": "The logical \"NOT\" expression.",
Expand Down Expand Up @@ -3997,7 +3997,7 @@
"items": {
"type": "string"
},
"minItems": 1
"minItems": 0
}
},
"required": [
Expand Down

0 comments on commit fdbcf36

Please sign in to comment.