File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/src/architecture/08_concepts/signed_doc/cddl Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ check-cddl:
1010 COPY ./additional_meta.cddl ./hash.cddl ./signed_doc_meta.cddl .
1111
1212 RUN cddlc -2 hash.cddl
13- # RUN cddlc -2 additional_meta.cddl
14- # RUN cddlc -2 signed_doc_meta.cddl
13+ RUN cddlc -2 additional_meta.cddl
14+ RUN cddlc -2 signed_doc_meta.cddl
Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ signed_doc_meta = {
88
99 1 => -8, ; "alg": EdDSA
1010 3 => text / int, ; "content type"
11- ? "Content-Encoding" / " content-encoding" => "br", ; payload content encoding
11+ ? content-encoding-key => "br", ; payload content encoding
1212
1313 ~meta.additional_fields,
1414
1515 * metadata-key => metadata-value
1616}
1717
18+ content-encoding-key = "Content-Encoding" / "content-encoding"
19+
1820metadata-key = int / text
1921metadata-value = any
2022
2123UUID = #6.37(bytes)
2224
23- ;# include additional_meta as meta
25+ ;# include additional_meta as meta
You can’t perform that action at this time.
0 commit comments