Skip to content

Commit

Permalink
constraints: fix limit relating to array elements
Browse files Browse the repository at this point in the history
This was originally removed in e6cd9a9
but the change to this schema file was missed.
  • Loading branch information
andrewbonney committed Jun 17, 2019
1 parent 640b7ee commit 87833f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion APIs/schemas/constraints-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "array",
"description": "Used to express the dynamic constraints on transport parameters. These constraints may be set and changed at run time. Parameters must also conform with constraints inferred from the specification. Every transport parameter must have an entry, even if it is only an empty object.",
"title": "Constraints",
"maxitems": 2,
"items": {
"anyOf":[
{
Expand Down

0 comments on commit 87833f2

Please sign in to comment.