Skip to content

Commit

Permalink
Type objects with "Event" in name as uco-core:Events
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jan 25, 2024
1 parent a885567 commit 4789b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/illustrations/spear_phishing/spear_phishing.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
},
{
"@id": "kb:DetectionEvent01",
"@type": "uco-core:UcoThing",
"@type": "uco-core:Event",
"unmapped:hasOccurrentPart": [
{
"@id": "kb:ActOfSending02"
Expand Down Expand Up @@ -364,7 +364,7 @@
},
{
"@id": "kb:InfectionEvent01",
"@type": "uco-core:UcoThing",
"@type": "uco-core:Event",
"unmapped:hasOccurrentPart": [
{
"@id": "kb:ActOfMalwareDelivery01"
Expand Down Expand Up @@ -448,7 +448,7 @@
},
{
"@id": "kb:SpearFishingEvent01",
"@type": "uco-core:UcoThing",
"@type": "uco-core:Event",
"unmapped:hasOccurrentPart": [
{
"@id": "kb:ActOfEmailDelivery01"
Expand Down

0 comments on commit 4789b1a

Please sign in to comment.