ietf-wg-scitt / draft-ietf-scitt-architecture

An Architecture for Trustworthy Digital Supply Chain Transparency Services
Other
11 stars 15 forks source link

Make CDDL definitions separate files and import to draft #244

Closed aj-stein-nist closed 5 months ago

aj-stein-nist commented 6 months ago

As an implementer, in order to directly use the CDDL definition(s) without having to extract the definitions with custom code or copy-pasting, I would like if the source code and tools in this repository to define the CDDL definitions as discrete files and import them the Kramdown RFC mechanisms, so my code can you the CDDL directly without those steps.

See {::include ...} directives from other sample drafts, such as the current CBOR EDN Literals I-D.

aj-stein-nist commented 6 months ago

If others do not object and/or would find this useful, I am voluteering to open a PR to make this change later this week.

SteveLasker commented 6 months ago

@aj-stein-nist, there's a comment of concern we're not at this point of complexity, but we're open to viewing a PR to try this change.

aj-stein-nist commented 5 months ago

@aj-stein-nist, there's a comment of concern we're not at this point of complexity, but we're open to viewing a PR to try this change.

OK, good thing it was not complex. https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture/pull/247 is ready for review.