Skip to content

Commit 38798aa

Browse files
committed
feat: Add base types information to the json version of the document specifications
1 parent 018cb4e commit 38798aa

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

specs/signed_doc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"base_types": {
3+
"Action": "5e60e623-ad02-4a1b-a1ac-406db978ee48",
4+
"Category": "818938c3-3139-4daa-afe6-974c78488e95",
5+
"Comment": "b679ded3-0e7c-41ba-89f8-da62a17898ea",
6+
"ModerationAction": "a5d232b8-5e03-4117-9afd-be32b878fcdd",
7+
"Proposal": "7808d2ba-d511-40af-84e8-c0d1625fdfdc",
8+
"SubmissionAction": "78927329-cfd9-4ea1-9c71-0e019b126a65",
9+
"Template": "0ce8ab38-9258-4fbc-a62e-7faa6e58318f"
10+
},
211
"docs": {
312
"Category Parameters": {
413
"headers": {

specs/signed_docs/signed_doc.cue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ docs: #DocumentDefinitions & {
5353
}
5454
}
5555

56+
// base Document Types to help with automated processing of the document schema information.
57+
base_types: _allDocTypes
58+
5659
// Ensure that all Document Type IDs are Unique.
5760
// See: all_docs.cue for a list of all known document types.
5861
_allDocTypeIDs: list.UniqueItems

0 commit comments

Comments
 (0)