diff --git a/content/developers/templates/scitt/index.md b/content/developers/templates/scitt/index.md index 1b247b442..889ea4388 100644 --- a/content/developers/templates/scitt/index.md +++ b/content/developers/templates/scitt/index.md @@ -104,6 +104,7 @@ Unprotected_Header = { 0: 'timestamp_declared": '2024-05-07T16:33:29.004994', 0: 'vcon_operation": 'vcon_create', 0: 'vcon_draft_version": '01', + 0: 'scitt_draft_version": '10' ] 15: { / CWT Claims / 1: 'example.com', / Issuer / @@ -150,7 +151,8 @@ The following values are added to the Protected Header meta-map, providing enoug "conserver_link_version": "0.2.0", "timestamp_declared": "2024-05-07T16:33:29.004994", "vcon_operation": "vcon_create", - "vcon_draft_version": "01" + "vcon_draft_version": "01", + "scitt_draft_version": "10" } ``` @@ -237,9 +239,14 @@ For now, the `vcon_operation` (`string`) is the placeholder. ### vcon_draft_version (REQUIRED) -IETF Draft version, providing interoperable stability within a draft version. +IETF vCon Draft version, providing interoperable stability within a draft version. This document is aligned with [draft version 01](https://datatracker.ietf.org/doc/draft-ietf-vcon-vcon-container/history/) +### scitt_draft_version (REQUIRED) + +IETF SCITT Draft version, providing interoperable stability within a draft version. +This document is aligned with [draft version 01](https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/history/) + ## Verifying vCons DataTrails provides several APIs for verifying the integrity and inclusion of changes to a vCons history. diff --git a/content/developers/templates/vcons/index.md b/content/developers/templates/vcons/index.md index 16516f53c..d1dbb11c1 100644 --- a/content/developers/templates/vcons/index.md +++ b/content/developers/templates/vcons/index.md @@ -41,7 +41,8 @@ The following example highlights a typical [DataTrails Event](../../api-referenc "subject": "vcon://bbba043b-xxxx-xxxx-xxxx-ac3ddd0303af", "timestamp_declared": "2024-05-07T16:33:29.004994", "vcon_operation": "vcon_create", - "vcon_draft_version": "01" + "vcon_draft_version": "01", + "scitt_draft_version": "10" } } ``` @@ -63,6 +64,7 @@ The following DataTrails Event attributes map to a SCITT Signed Statement: | `timestamp_declared` | `metamap.timestamp_declared`| | `vcon_draft_version` | `metamap.vcon_draft_version` | | `vcon_operation` | `metamap.vcon_operation` | +| `scitt_draft_version` | `metamap.scitt_draft_version` | ### arc_display_type (REQUIRED) @@ -182,9 +184,14 @@ For now, the `vcon_operation` (`string`) is the placeholder. ### vcon_draft_version (REQUIRED) -IETF Draft version, providing interoperable stability within a draft version. +IETF vCon Draft version, providing interoperable stability within a draft version. This document is aligned with [draft version 01](https://datatracker.ietf.org/doc/draft-ietf-vcon-vcon-container/history/) +### scitt_draft_version (REQUIRED) + +IETF SCITT Draft version, providing interoperable stability within a draft version. +This document is aligned with [draft version 01](https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/history/) + ## Verifying vCons DataTrails provides several APIs for verifying the integrity and inclusion of changes to a vCons history.