From b28b5da28399074838aeca17192465fbe053f17c Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Mon, 17 Jun 2019 17:22:01 +0100 Subject: [PATCH] constraints: fix limit relating to array elements This was originally removed in https://github.com/AMWA-TV/nmos-device-connection-management/commit/e6cd9a9745958d0408be68051dfe3c0ddb9e0a59 but the change to this schema file was missed. --- APIs/schemas/v1.0-constraints-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/APIs/schemas/v1.0-constraints-schema.json b/APIs/schemas/v1.0-constraints-schema.json index 324e0030..1d2f7e06 100644 --- a/APIs/schemas/v1.0-constraints-schema.json +++ b/APIs/schemas/v1.0-constraints-schema.json @@ -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",