Skip to content

Commit

Permalink
Update description or constraints endpoint to match removal of parame…
Browse files Browse the repository at this point in the history
…ter field
  • Loading branch information
simonrankine committed Sep 27, 2017
1 parent 73b8e40 commit 9ada595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APIs/schemas/v1.0-constraints-schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"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 only the `parameter` property is used.",
"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": {
Expand Down

0 comments on commit 9ada595

Please sign in to comment.