{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/basisregistratie-adressen-en-gebouwen-pjhf0f3nr/tilejson",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"attribution": {
"type": "string"
},
"bounds": {
"items": {
"type": "number"
},
"type": "array"
},
"center": {
"items": {
"type": "number"
},
"type": "array"
},
"crs": {
"type": "string"
},
"data": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"extent": {
"items": {
"type": "number"
},
"type": "array"
},
"grids": {
"items": {
"type": "string"
},
"type": "array"
},
"legend": {
"type": "string"
},
"maxzoom": {
"maximum": 30,
"minimum": 0,
"type": "integer"
},
"minzoom": {
"maximum": 30,
"minimum": 0,
"type": "integer"
},
"name": {
"type": "string"
},
"profile": {
"type": "string"
},
"proj4": {
"type": "string"
},
"scheme": {
"type": "string"
},
"template": {
"type": "string"
},
"tile_matrix": {
"items": {
"$ref": "../_shared/item4"
},
"type": "array"
},
"tilejson": {
"pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
"type": "string"
},
"tiles": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
"type": "string"
}
},
"required": [
"tilejson",
"tiles"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json#/components/schemas/tileJSON"
]
}