Skip to content

Commit

Permalink
adding deprecated property restrictions to pap schema, changing defin…
Browse files Browse the repository at this point in the history
…itions tag
  • Loading branch information
ghackford-mitre committed Mar 18, 2024
1 parent cf88043 commit 7fe85c2
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
{
"$ref": "http://raw.githubusercontent.com/oasis-open/cti-stix2-json-schemas/stix2.1/schemas/common/marking-definition.json"
},
{
"not": {
"required": [
"definition_type"
]
}
},
{
"not": {
"required": [
"definition"
]
}
},
{
"required": [
"id",
Expand Down Expand Up @@ -64,7 +78,7 @@
]
}
],
"$definitions": {
"definitions": {
"pap_white": {
"description": "The marking-definition object representing Permissible Actions Protocol (PAP) White.",
"properties": {
Expand Down

0 comments on commit 7fe85c2

Please sign in to comment.