Skip to content

Commit

Permalink
Add thread ordering
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* ucoProject/UCO#393

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 30, 2022
1 parent aa4a980 commit d52cca3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/illustrations/message/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,29 @@
"co:size": 3,
"co:item": [
{
"@id": "kb:thread-item-32450b5a-bb4d-4c12-9435-ab00b25aa7b8",
"@type": "uco-types:ThreadItem",
"co:index": 1,
"co:itemContent": {
"@id": "kb:message1"
},
"uco-types:threadNextItem": {
"@id": "kb:thread-item-34eb880e-8ce6-4bc1-a78f-cc95653c11a2"
}
},
{
"@id": "kb:thread-item-34eb880e-8ce6-4bc1-a78f-cc95653c11a2",
"@type": "uco-types:ThreadItem",
"co:index": 2,
"co:itemContent": {
"@id": "kb:message2"
},
"uco-types:threadNextItem": {
"@id": "kb:thread-item-ffbf758a-b71f-4185-9f0f-9b6cb649da87"
}
},
{
"@id": "kb:thread-item-ffbf758a-b71f-4185-9f0f-9b6cb649da87",
"@type": "uco-types:ThreadItem",
"co:index": 3,
"co:itemContent": {
Expand Down

0 comments on commit d52cca3

Please sign in to comment.