Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 19, 2024
1 parent df492e4 commit 989809c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 62 deletions.
74 changes: 39 additions & 35 deletions tests/ArchiveFile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
58 changes: 31 additions & 27 deletions tests/InvestigativeAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
}

0 comments on commit 989809c

Please sign in to comment.