Skip to content

Commit

Permalink
Updated JSON and added example
Browse files Browse the repository at this point in the history
  • Loading branch information
robthew committed Feb 5, 2024
1 parent 44c6142 commit d347938
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"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": "must",
"permitted_actions": "contact-for-instruction",
"affected_party_notifications": "must-not",
"tlp": "red",
"provider_attribution": "must-not",
"unmodified_resale": "must-not",
"iep_id": "0224bfdf-ea3a-49c3-96f6-66d908bb1845",
"iep_version": 2.0,
"description": "This is a TLP-RED Information Exchange Policy",
"start_date": "2022-10-01T00:00:00Z",
"end_date": "2022-11-01T00:00:00Z"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "iep-2.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "iep-2.0-marking-definition-extension",
"description": "This marking definition extension was created to apply IEP data markings.",
"type": "object",
Expand Down

0 comments on commit d347938

Please sign in to comment.