Skip to content

Commit

Permalink
updating definitions tag and moving name inside of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackford-mitre committed Mar 15, 2024
1 parent dbda303 commit 4c0074d
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
"created": {
"$ref": "http://raw.githubusercontent.com/oasis-open/cti-stix2-json-schemas/stix2.1/schemas/common/timestamp.json",
"description": "The created property represents the time at which the first version of this Marking Definition object was created."
},
"name": {
"type": "string",
"description": "A name used to identify the Marking Definition. The value of this property MUST be one of the following: PAP:WHITE, PAP:GREEN, PAP:AMBER, PAP:RED, PAP:CLEAR"
}
}
},
{
"name": {
"type": "string",
"description": "A name used to identify the Marking Definition. The value of this property MUST be one of the following: PAP:WHITE, PAP:GREEN, PAP:AMBER, PAP:RED, PAP:CLEAR"
}
},
{
"oneOf": [
{
Expand All @@ -66,7 +64,7 @@
]
}
],
"defs": {
"$definitions": {
"pap_white": {
"description": "The marking-definition object representing Permissible Actions Protocol (PAP) White.",
"properties": {
Expand Down

0 comments on commit 4c0074d

Please sign in to comment.