ietf-rats-wg / draft-ietf-rats-msg-wrap

RATS conceptual messages wrapper
Other
0 stars 1 forks source link

missing `JC<>` definition #37

Closed thomas-fossati closed 6 months ago

thomas-fossati commented 7 months ago

We use the JC CDDL macro, but we don't define it.

We need to add:

JSON-ONLY<J> = J .feature "json"
CBOR-ONLY<C> = C .feature "cbor"

JC<J,C> = JSON-ONLY<J> / CBOR-ONLY<C>

maybe in a "conglomerate" CDDL -- (That, or use a CDDL 2 import directive.)