You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json-schema/schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"description": "STAC Template Extension for STAC Items and STAC Collections.",
6
6
"oneOf": [
7
7
{
8
-
"$comment": "This is the schema for STAC Items.",
8
+
"$comment": "This is the schema for STAC Items. Remove this object if this extension only applies to Collections.",
9
9
"allOf": [
10
10
{
11
11
"type": "object",
@@ -45,7 +45,7 @@
45
45
]
46
46
},
47
47
{
48
-
"$comment": "This is the schema for STAC Collections.",
48
+
"$comment": "This is the schema for STAC Collections. Remove this object if this extension does not define top-level fields for Collections AND can't be used in collection assets or item asset defintions.",
49
49
"allOf": [
50
50
{
51
51
"type": "object",
@@ -71,10 +71,10 @@
71
71
}
72
72
},
73
73
{
74
-
"$comment": "Remove this and the following object if this is not an extension to a Collection.",
75
74
"$ref": "#/definitions/stac_extensions"
76
75
},
77
76
{
77
+
"$comment": "Remove this object if this extension does not define top-level fields for Collections.",
0 commit comments