Skip to content

Commit

Permalink
Merge pull request #57 from javagl/add-missing-schema-ids
Browse files Browse the repository at this point in the history
Add missing IDs in metadata schema
  • Loading branch information
lilleyse authored Sep 20, 2022
2 parents 9cee39f + aac90fd commit 836c452
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 836c452

Please sign in to comment.