Skip to content

Commit

Permalink
constraints: remove limit of two array elements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbonney committed Jun 17, 2019
1 parent 640b7ee commit c7cc0db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document provides an overview of changes between released versions of this
* Add support for MQTT and WebSocket transports
* Add a /transporttype resource
* Add support for externally defined transport parameters
* Remove limit of two constraints array elements

## Release v1.0
* Initial release

0 comments on commit c7cc0db

Please sign in to comment.