Skip to content

Commit

Permalink
Merge pull request #73 from ghackford-mitre/main
Browse files Browse the repository at this point in the history
adding allOf to PAP schema and adding PAP:CLEAR
  • Loading branch information
rpiazza authored Mar 19, 2024
2 parents 9e57aa0 + 63df09c commit a3d8ae6
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ PAP:AMBER

PAP:RED

PAP:CLEAR

|*extensions* (required)
|[stixtype]#{dictionary_url}[dictionary]#
|Specifies the PAP marking “color” as an extension dictionary.
Expand Down Expand Up @@ -138,7 +140,8 @@ The value of this property *MUST* be [stixliteral]#property-extension#
white,
green,
amber,
red
red,
clear
|===

[[marking-definition]]
Expand Down Expand Up @@ -169,7 +172,12 @@ a|red
a|
----
include::examples/pap-red.json[]
----
a|clear
[source,json]
a|
----
include::examples/pap-clear.json[]
----
|===

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "marking-definition",
"spec_version": "2.1",
"id": "marking-definition--ad15a0cd-55b6-4588-a14c-a66105329b92",
"created": "2022-10-01T00:00:00.000Z",
"name": "PAP:CLEAR",
"extensions": {
"extension-definition--f8d78575-edfd-406e-8e84-6162a8450f5b": {
"extension_type": "property-extension",
"pap": "clear"
}
}
}
Loading

0 comments on commit a3d8ae6

Please sign in to comment.