Skip to content

Commit 0e1054e

Browse files
committed
Apply suggested node identifier practice
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#430 * [ONT-295] Release CASE 1.0.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent a2c0ad4 commit 0e1054e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/case_utils/case_validate/cli/split_data_graph_1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
},
77
"@graph": [
88
{
9-
"@id": "kb:provenance-record-1",
9+
"@id": "kb:provenance-record-d6901cc2-1299-4c5f-a6f3-8cdba136169c",
1010
"@type": "case-investigation:ProvenanceRecord",
1111
"uco-core:object": {
12-
"@id": "kb:file-1"
12+
"@id": "kb:file-b31c8f5c-cdbf-466d-a88a-034531fc5933"
1313
}
1414
}
1515
]

tests/case_utils/case_validate/cli/split_data_graph_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"@graph": [
77
{
8-
"@id": "kb:file-1",
8+
"@id": "kb:file-b31c8f5c-cdbf-466d-a88a-034531fc5933",
99
"@type": "uco-observable:File"
1010
}
1111
]

0 commit comments

Comments
 (0)