Skip to content

Commit 6f7e8a7

Browse files
committed
Clarify/Fix JSON Schema
1 parent 6d3ba9a commit 6f7e8a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

json-schema/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
}
7272
},
7373
{
74+
"$comment": "Remove this and the following object if this is not an extension to a Collection.",
7475
"$ref": "#/definitions/stac_extensions"
7576
},
7677
{
@@ -129,7 +130,7 @@
129130
},
130131
"patternProperties": {
131132
"^(?!template:)": {
132-
"$comment": "Above, change `template` to the prefix of this extension",
133+
"$comment": "Above, change `template` to the prefix of this extension"
133134
}
134135
},
135136
"additionalProperties": false

0 commit comments

Comments
 (0)