diff --git a/APIs/schemas/v1.0-constraints-schema.json b/APIs/schemas/v1.0-constraints-schema.json index cb23ad4d..2c3054d2 100644 --- a/APIs/schemas/v1.0-constraints-schema.json +++ b/APIs/schemas/v1.0-constraints-schema.json @@ -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": {