We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1ab6e commit a258d61Copy full SHA for a258d61
umm-spec-lib/resources/json-schemas/granule/umm/v1.6.7/umm-g-json-schema.json
@@ -1291,7 +1291,7 @@
1291
"URL": {
1292
"description": "This element represents the URL where the schema lives. The schema can be downloaded.",
1293
"type": "string",
1294
- "enum": ["https://cdn.earthdata.nasa.gov/umm/granule/v1.6.6"]
+ "enum": ["https://cdn.earthdata.nasa.gov/umm/granule/v1.6.7"]
1295
},
1296
"Name": {
1297
"description": "This element represents the name of the schema.",
@@ -1301,7 +1301,7 @@
1301
"Version": {
1302
"description": "This element represents the version of the schema.",
1303
1304
- "enum": ["1.6.6"]
+ "enum": ["1.6.7"]
1305
}
1306
1307
"required": ["URL", "Name", "Version"]
0 commit comments