Skip to content

Commit

Permalink
Merge pull request #85 from bbc/leg-limit
Browse files Browse the repository at this point in the history
constraints: remove limit of two array elements
  • Loading branch information
andrewbonney authored Jun 17, 2019
2 parents 640b7ee + 87833f2 commit a3cb6b2
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 a3cb6b2

Please sign in to comment.