{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/3d-basisvoorziening-dicf0b3hr/tile_implicit",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"boundingVolume": {
"$ref": "./boundingvolume"
},
"children": {
"items": {},
"minItems": 1,
"type": "array"
},
"content": {
"$ref": "./content"
},
"geometricError": {
"type": "number"
},
"implicitTiling": {
"$ref": "./implicittiling"
},
"refine": {
"type": "string"
}
},
"required": [
"boundingVolume",
"geometricError",
"implicitTiling",
"refine"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/kadaster/3d-basisvoorziening/ogc/v1/openapi.json#/components/schemas/Tile_Implicit"
]
}