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 1afba73 commit b28b5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion APIs/schemas/v1.0-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": {
"type": "object",
"description": "Contains the constraints for one transport leg",
Expand Down

0 comments on commit b28b5da

Please sign in to comment.