Skip to content

Commit f1f5de2

Browse files
Updating schema id's
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 5aa0714 commit f1f5de2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schema/bom-1.3-strict.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://cyclonedx.org/schema/bom-1.3.schema.json",
3+
"$id": "http://cyclonedx.org/schema/bom-1.3a.schema.json",
44
"type": "object",
55
"title": "CycloneDX Software Bill-of-Material Specification",
66
"$comment" : "CycloneDX JSON schema is published under the terms of the Apache License 2.0.",

schema/bom-1.3.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://cyclonedx.org/schema/bom-1.3.schema.json",
3+
"$id": "http://cyclonedx.org/schema/bom-1.3a.schema.json",
44
"type": "object",
55
"title": "CycloneDX Software Bill-of-Material Specification",
66
"$comment" : "CycloneDX JSON schema is published under the terms of the Apache License 2.0.",

0 commit comments

Comments
 (0)