Skip to content

Commit

Permalink
Add missing IDs in metadata schema
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Sep 19, 2022
1 parent 380bbd4 commit aac90fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 1.1/MetadataGranularities/tileset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "1.1"
},
"schema" : {
"id": "MetadataGranularitiesSchema",
"classes" : {
"exampleTilesetMetadataClass" : {
"name" : "Example tileset metadata class",
Expand Down
1 change: 1 addition & 0 deletions 1.1/TilesetWithFullMetadata/tileset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "1.1"
},
"schema" : {
"id": "TilesetWithFullMetadataSchema",
"classes" : {
"exampleClass" : {
"name" : "Full example metadata class",
Expand Down

0 comments on commit aac90fd

Please sign in to comment.