Skip to content

Commit

Permalink
Merge pull request #952 from datatrails/steve/vcon-template
Browse files Browse the repository at this point in the history
Update vCon Templates to include SCITT Draft version
  • Loading branch information
SteveLasker authored Dec 11, 2024
2 parents b54d604 + ef88bc7 commit 3316f1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions content/developers/templates/scitt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down Expand Up @@ -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"
}
```
Expand Down Expand Up @@ -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.
Expand Down
11 changes: 9 additions & 2 deletions content/developers/templates/vcons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand All @@ -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)

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3316f1a

Please sign in to comment.