Skip to content

Commit 1a01e74

Browse files
committed
Update purl-type-definition.schema.json
1 parent e9cf050 commit 1a01e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/purl-type-definition.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://schema.packageurl.org/schemas/purl-type-definition.schema-1.0.json",
3+
"$id": "https://packageurl.org/schemas/purl-type-definition.schema-1.0.json",
44
"title": "Package-URL Type Definition",
55
"description": "Schema to specify a Package-URL (PURL) type as a structured definition.",
66
"type": "object",
@@ -84,7 +84,7 @@
8484
"$schema": {
8585
"title": "JSON schema",
8686
"description": "Contains the URL of the JSON schema for Package-URL type definition.",
87-
"constant": "https://schema.packageurl.org/schemas/purl-type.schema-1.0.json",
87+
"constant": "https://packageurl.org/schemas/purl-type.schema-1.0.json",
8888
"format": "uri"
8989
},
9090
"$id": {

0 commit comments

Comments
 (0)