AMWA-TV / is-08

AMWA IS-08 NMOS Audio Channel Mapping Specification
https://specs.amwa.tv/is-08
Apache License 2.0
10 stars 8 forks source link

Uniqueness of input/output ids could be enforced? #48

Closed garethsb closed 4 years ago

garethsb commented 4 years ago

Behaviour - Inputs and Outputs - Identifiers says:

"All Input and Output identifiers MUST be immutable. Two Inputs MUST NOT share an identifier. Two Outputs MUST NOT share an identifier."

But input-output-root-schema.json doesn't have "uniqueItems": true to enforce that.

(FWIW, activation identifiers are safely unique, because they're returned as properties in an object not elements in an array.)