Skip to content

Commit a258d61

Browse files
committed
CMR-11141: Adding the correct schema version.
1 parent 6e1ab6e commit a258d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umm-spec-lib/resources/json-schemas/granule/umm/v1.6.7/umm-g-json-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@
12911291
"URL": {
12921292
"description": "This element represents the URL where the schema lives. The schema can be downloaded.",
12931293
"type": "string",
1294-
"enum": ["https://cdn.earthdata.nasa.gov/umm/granule/v1.6.6"]
1294+
"enum": ["https://cdn.earthdata.nasa.gov/umm/granule/v1.6.7"]
12951295
},
12961296
"Name": {
12971297
"description": "This element represents the name of the schema.",
@@ -1301,7 +1301,7 @@
13011301
"Version": {
13021302
"description": "This element represents the version of the schema.",
13031303
"type": "string",
1304-
"enum": ["1.6.6"]
1304+
"enum": ["1.6.7"]
13051305
}
13061306
},
13071307
"required": ["URL", "Name", "Version"]

0 commit comments

Comments
 (0)