Skip to content

Commit 69a0024

Browse files
authored
Merge pull request package-url#655 from package-url/609-update-schema-titles
Update schema "title" values package-url#609
2 parents 9b27957 + 2d9d246 commit 69a0024

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

schemas/purl-test.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://packageurl.org/schemas/purl-test.schema-1.0.json",
4-
"title": "PURL test definition",
4+
"title": "Package-URL test definition",
55
"description": "Schema for Package-URL building and parsing tests with input and expected output.",
66
"type": "object",
77
"additionalProperties": false,

schemas/purl-types-index.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://purl-spec.org/schemas/purl-type-index.schema-1.0.json",
4-
"title": "Package-URL types list.",
5-
"description": "A list of the registered Package-URL types.",
3+
"$id": "https://packageurl.org/schemas/purl-type-index.schema-1.0.json",
4+
"title": "Package-URL types index",
5+
"description": "An index of registered Package-URL types.",
66
"type": "array",
77
"additionalItems": false,
88
"items": {

0 commit comments

Comments
 (0)