From 989809c8b57a369967f04d3cbb60e52954e76695 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 19 Sep 2024 15:51:03 -0400 Subject: [PATCH] Regenerate Make-managed files Signed-off-by: Alex Nelson --- tests/ArchiveFile.json | 74 ++++++++++++++++++---------------- tests/InvestigativeAction.json | 58 +++++++++++++------------- 2 files changed, 70 insertions(+), 62 deletions(-) diff --git a/tests/ArchiveFile.json b/tests/ArchiveFile.json index 1730d99..fb9caa5 100644 --- a/tests/ArchiveFile.json +++ b/tests/ArchiveFile.json @@ -6,41 +6,45 @@ "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/", "xsd": "http://www.w3.org/2001/XMLSchema#" }, - "@id": "kb:ArchiveFile-1", - "@type": "uco-observable:ArchiveFile", - "case-investigation:wasDerivedFrom": [], - "uco-core:createdBy": null, - "uco-core:description": [], - "uco-core:externalReference": [], - "uco-core:hasFacet": [ + "@graph": [ { - "@id": "kb:ArchiveFileFacet-1", - "@type": "uco-observable:ArchiveFileFacet", - "uco-observable:archiveType": null, - "uco-observable:comment": null, - "uco-observable:version": null - }, - { - "@id": "kb:FileFacet-1", - "@type": "uco-observable:FileFacet", - "uco-observable:accessedTime": null, - "uco-observable:allocationStatus": null, - "uco-observable:extension": null, - "uco-observable:fileName": [], - "uco-observable:filePath": [], - "uco-observable:isDirectory": [], - "uco-observable:metadataChangeTime": null, - "uco-observable:modifiedTime": null, - "uco-observable:observableCreatedTime": null, - "uco-observable:sizeInBytes": null + "@id": "kb:ArchiveFile-1", + "@type": "uco-observable:ArchiveFile", + "case-investigation:wasDerivedFrom": [], + "uco-core:createdBy": null, + "uco-core:description": [], + "uco-core:externalReference": [], + "uco-core:hasFacet": [ + { + "@id": "kb:ArchiveFileFacet-1", + "@type": "uco-observable:ArchiveFileFacet", + "uco-observable:archiveType": null, + "uco-observable:comment": null, + "uco-observable:version": null + }, + { + "@id": "kb:FileFacet-1", + "@type": "uco-observable:FileFacet", + "uco-observable:accessedTime": null, + "uco-observable:allocationStatus": null, + "uco-observable:extension": null, + "uco-observable:fileName": [], + "uco-observable:filePath": [], + "uco-observable:isDirectory": [], + "uco-observable:metadataChangeTime": null, + "uco-observable:modifiedTime": null, + "uco-observable:observableCreatedTime": null, + "uco-observable:sizeInBytes": null + } + ], + "uco-core:modifiedTime": [], + "uco-core:name": null, + "uco-core:objectCreatedTime": null, + "uco-core:objectMarking": [], + "uco-core:specVersion": null, + "uco-core:tag": [], + "uco-observable:hasChanged": null, + "uco-observable:state": null } - ], - "uco-core:modifiedTime": [], - "uco-core:name": null, - "uco-core:objectCreatedTime": null, - "uco-core:objectMarking": [], - "uco-core:specVersion": null, - "uco-core:tag": [], - "uco-observable:hasChanged": null, - "uco-observable:state": null + ] } diff --git a/tests/InvestigativeAction.json b/tests/InvestigativeAction.json index feb70db..c341851 100644 --- a/tests/InvestigativeAction.json +++ b/tests/InvestigativeAction.json @@ -6,31 +6,35 @@ "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", "xsd": "http://www.w3.org/2001/XMLSchema#" }, - "@id": "kb:InvestigativeAction-1", - "@type": "case-investigation:InvestigativeAction", - "case-investigation:wasDerivedFrom": [], - "case-investigation:wasInformedBy": [], - "uco-action:actionCount": null, - "uco-action:actionStatus": null, - "uco-action:endTime": null, - "uco-action:environment": null, - "uco-action:error": [], - "uco-action:instrument": [], - "uco-action:location": [], - "uco-action:object": [], - "uco-action:participant": [], - "uco-action:performer": null, - "uco-action:result": [], - "uco-action:startTime": null, - "uco-action:subaction": [], - "uco-core:createdBy": null, - "uco-core:description": [], - "uco-core:externalReference": [], - "uco-core:hasFacet": [], - "uco-core:modifiedTime": [], - "uco-core:name": null, - "uco-core:objectCreatedTime": null, - "uco-core:objectMarking": [], - "uco-core:specVersion": null, - "uco-core:tag": [] + "@graph": [ + { + "@id": "kb:InvestigativeAction-1", + "@type": "case-investigation:InvestigativeAction", + "case-investigation:wasDerivedFrom": [], + "case-investigation:wasInformedBy": [], + "uco-action:actionCount": null, + "uco-action:actionStatus": null, + "uco-action:endTime": null, + "uco-action:environment": null, + "uco-action:error": [], + "uco-action:instrument": [], + "uco-action:location": [], + "uco-action:object": [], + "uco-action:participant": [], + "uco-action:performer": null, + "uco-action:result": [], + "uco-action:startTime": null, + "uco-action:subaction": [], + "uco-core:createdBy": null, + "uco-core:description": [], + "uco-core:externalReference": [], + "uco-core:hasFacet": [], + "uco-core:modifiedTime": [], + "uco-core:name": null, + "uco-core:objectCreatedTime": null, + "uco-core:objectMarking": [], + "uco-core:specVersion": null, + "uco-core:tag": [] + } + ] }