Skip to content

Commit 253fd65

Browse files
Merge pull request #65 from GSA/bug/Checksum-algorithm-fix
refactor 'algorithm' definition in Checksum.json
2 parents 08d94c3 + 0a3c571 commit 253fd65

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

jsonschema/definitions/Checksum.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,7 @@
1515
"$id": "http://spdx.org/rdf/terms#algorithm",
1616
"title": "algorithm",
1717
"description": "The algorithm used to produce the subject Checksum.",
18-
"oneOf": [
19-
{
20-
"$ref": "#/definitions/ChecksumAlgorithm",
21-
"description": "inline description of ChecksumAlgorithm"
22-
},
23-
{
24-
"type": "string",
25-
"description": "reference iri of ChecksumAlgorithm",
26-
"format": "iri"
27-
}
28-
]
18+
"type": "string"
2919
},
3020
"checksumValue": {
3121
"$id": "http://spdx.org/rdf/terms#checksumValue",

0 commit comments

Comments
 (0)