Skip to content

Commit 45b8f22

Browse files
Changed identity to array
1 parent 58356ad commit 45b8f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SBOM/en/0x60-Evidence.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The tools (components or services) which extracted the evidence, performed the a
6969

7070
### Example
7171
```json
72-
"identity": {
72+
"identity": [ {
7373
"field": "purl",
7474
"confidence": 1,
7575
"methods": [
@@ -84,7 +84,7 @@ The tools (components or services) which extracted the evidence, performed the a
8484
"value": "7c547a9d67cc7bc315c93b6e2ff8e4b6b41ae5be454ac249655ecb5ca2a85abf"
8585
}
8686
]
87-
}
87+
} ]
8888
```
8989

9090
## Recommendations

0 commit comments

Comments
 (0)