You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per NMOS "Manufacturers MAY use their own namespaces to indicate capabilities which are not currently defined within the NMOS namespace (urn:x-nmos:cap:)." IS-11 should allow vendor specific capabilities.
Currently the JSON schema constraints_supported.json and the test suite in test_02_02_03_01 and test_02_02_03_02 are too restrictive, they should allow "^urn:x-nmos:cap:" and "^urn:x-[a-z]+:cap:"
The text was updated successfully, but these errors were encountered:
As per NMOS "Manufacturers MAY use their own namespaces to indicate capabilities which are not currently defined within the NMOS namespace (urn:x-nmos:cap:)." IS-11 should allow vendor specific capabilities.
Currently the JSON schema constraints_supported.json and the test suite in test_02_02_03_01 and test_02_02_03_02 are too restrictive, they should allow "^urn:x-nmos:cap:" and "^urn:x-[a-z]+:cap:"
The text was updated successfully, but these errors were encountered: