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

RATS conceptual messages wrapper
Other
0 stars 1 forks source link

registration flow #19

Closed thomas-fossati closed 1 year ago

thomas-fossati commented 1 year ago

To help understanding what are the (registration) preconditions for using a specific CMW format, it may be useful to stick the picture below somewhere.

        .-------------.    .---------.
       | Reuse EAT     |  | Register  |
       | media type    |  | new media |
       | + eat_profile |  | type      |
        `--+----+-----'    `-+----+--'
           |    |            |    |
           |  .-+------------+-.  |
           | |  |  Register  |  | |
         .-(-+-'   new CoAP   `-+-(-.
        |  | |  Content-Format  | |  |
        |  |  `-------+--------'  |  |
        |  |          |           |  |
        |  |          v           |  |
        |  |   .--------------.   |  |  .--------.
        |  |  | Automatically  |  |  | | Existing |
        |  |  | derive CBOR    |  |  | | CBOR     |
        |  |  | tag [RFC9277]  |  |  | | tag      |
        |  |   `------+-------'   |  |  `---+----'
        |  |          |           |  |      |
        |  |          |.----------(--(-----'
        |  |          |           |  |
        |  |          v           |  |
        |  |   .----------------. |  |
        |  |  /  CBOR tag CMW  /  |  |
        v  v `----------------'   v  v
    .--------------------------------------.
   /             Array CMW                /
  `--------------------------------------'
nedmsmith commented 1 year ago

Suggest bottom box be labeled "Type and Value CMW"

thomas-fossati commented 1 year ago

Suggest bottom box be labeled "Type and Value CMW"

updated to "Array CMW" and "CBOR tag CMW"