Skip to content

Commit

Permalink
Merge pull request #68 from CesiumGS/change-integer-to-gltfid
Browse files Browse the repository at this point in the history
Change integer to glTFid
  • Loading branch information
lilleyse authored May 20, 2024
2 parents 705b656 + fcdbcf3 commit 7ad354c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"$ref": "featureIdTexture.schema.json"
},
"propertyTable": {
"type": "integer",
"minimum": 0,
"allOf": [ { "$ref": "glTFid.schema.json" } ],
"description": "The index of the property table containing per-feature property values. Only applicable when using the `EXT_structural_metadata` extension."
},
"extensions": {},
Expand Down

0 comments on commit 7ad354c

Please sign in to comment.