Closed javagl closed 1 year ago
The description of the tile.children property at https://github.com/CesiumGS/3d-tiles/blob/8e5e67e078850cc8ce15bd1873fe54f11bbee02f/specification/schema/tile.schema.json#L84 says
tile.children
[...] For leaf tiles, the length of this array is zero, and children may not be defined.
But at the same time, the schema says "minItems": 1.
"minItems": 1
The description of the
tile.children
property at https://github.com/CesiumGS/3d-tiles/blob/8e5e67e078850cc8ce15bd1873fe54f11bbee02f/specification/schema/tile.schema.json#L84 saysBut at the same time, the schema says
"minItems": 1
.