Skip to content

Commit a3f7bcc

Browse files
committed
Update schema "title" values #609
Reference: #609 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
1 parent 9b27957 commit a3f7bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 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://purl-spec.org/schemas/purl-type-index.schema-1.0.json",
4-
"title": "Package-URL types list.",
4+
"title": "Package-URL types index",
55
"description": "A list of the registered Package-URL types.",
66
"type": "array",
77
"additionalItems": false,

0 commit comments

Comments
 (0)