Production Conformance Catalog · 04/25
Talent consent conformance
Structured consent scopes with at least one permitted channel.
Test cases
| ID | Input | Expected | Actual |
|---|---|---|---|
| 1 | ["producer"] | true | true |
| 2 | ["producer","client"] | true | true |
| 3 | ["legal"] | true | true |
| 4 | [] | false | false |
| 5 | "producer" | false | false |
| 6 | null | false | false |