-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from robthew/updates_examples
Updated examples and adoc
- Loading branch information
Showing
3 changed files
with
80 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
...n-specifications/iep-marking-definition-762/examples/iep-data-marking-bundle-example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"type": "bundle", | ||
"id": "bundle--1b068194-6f34-4a7f-b73d-407d8375b81d", | ||
"objects": [ | ||
{ | ||
"type": "marking-definition", | ||
"spec_version": "2.1", | ||
"id": "marking-definition--d68dc6bf-c181-424b-85e1-5a92868f01b6", | ||
"created": "2022-10-01T00:00:00.000Z", | ||
"name": "IEP data marking", | ||
"external_references": [ | ||
{ | ||
"source_name": "IEP", | ||
"description": "Information Exchange Policy", | ||
"url": "https://www.first.org/iep" | ||
}, | ||
{ | ||
"source_name": "TLP", | ||
"description": "Traffic Light Protocol", | ||
"url": "https://www.first.org/tlp" | ||
} | ||
], | ||
"extensions": { | ||
"extension-definition--762e2e97-ee51-43e5-a9ea-165fbb862c4a": { | ||
"extension_type": "property-extension", | ||
"encrypt_in_transit": "may", | ||
"permitted_actions": "externally-visible-direct-actions", | ||
"affected_party_notifications": "may", | ||
"tlp": "amber", | ||
"provider_attribution": "must-not", | ||
"unmodified_resale": "must-not", | ||
"iep_id": "0224bfdf-ea3a-49c3-96f6-66d908bb1845", | ||
"iep_version": 2.0, | ||
"description": "This is a TLP-AMBER Information Exchange Policy", | ||
"start_date": "2022-10-01T00:00:00.000Z" | ||
} | ||
} | ||
} | ||
] | ||
} |
56 changes: 19 additions & 37 deletions
56
...finition-specifications/iep-marking-definition-762/examples/iep-data-marking-example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,22 @@ | ||
{ | ||
"type": "bundle", | ||
"id": "bundle--1b068194-6f34-4a7f-b73d-407d8375b81d", | ||
"objects": [ | ||
{ | ||
"type": "marking-definition", | ||
"spec_version": "2.1", | ||
"id": "marking-definition--d68dc6bf-c181-424b-85e1-5a92868f01b6", | ||
"created": "2022-10-01T00:00:00.000Z", | ||
"name": "IEP data marking", | ||
"external_references": [ | ||
{ | ||
"source_name": "IEP", | ||
"description": "Information Exchange Policy", | ||
"url": "https://www.first.org/iep" | ||
}, | ||
{ | ||
"source_name": "TLP", | ||
"description": "Traffic Light Protocol", | ||
"url": "https://www.first.org/tlp" | ||
} | ||
], | ||
"extensions": { | ||
"extension-definition--762e2e97-ee51-43e5-a9ea-165fbb862c4a": { | ||
"extension_type": "property-extension", | ||
"encrypt_in_transit": "may", | ||
"permitted_actions": "externally-visible-direct-actions", | ||
"affected_party_notifications": "may", | ||
"tlp": "amber", | ||
"provider_attribution": "must-not", | ||
"unmodified_resale": "must-not", | ||
"iep_id": "0224bfdf-ea3a-49c3-96f6-66d908bb1845", | ||
"iep_version": 2.0, | ||
"description": "This is a TLP-AMBER Information Exchange Policy", | ||
"start_date": "2022-10-01T00:00:00.000Z" | ||
} | ||
} | ||
"type": "marking-definition", | ||
"spec_version": "2.1", | ||
"id": "marking-definition--da05d443-ad8d-46fc-abf5-31d3d00290f1", | ||
"created": "2024-01-10T14:52:41.853121Z", | ||
"name": "IEP data marking", | ||
"extensions": { | ||
"extension-definition--762e2e97-ee51-43e5-a9ea-165fbb862c4a": { | ||
"extension_type": "property-extension", | ||
"encrypt_in_transit": "may", | ||
"permitted_actions": "externally-visible-direct-actions", | ||
"affected_party_notifications": "may", | ||
"tlp": "amber", | ||
"provider_attribution": "must-not", | ||
"unmodified_resale": "must-not", | ||
"iep_id": "0224bfdf-ea3a-49c3-96f6-66d908bb1845", | ||
"iep_version": 2.0, | ||
"description": "This is a TLP-AMBER Information Exchange Policy", | ||
"start_date": "2022-10-01T00:00:00Z" | ||
} | ||
] | ||
} | ||
} |