{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/kadastrale-kaart--6umtx3ng/featurejsonbebouwing",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"links": {
"items": {
"$ref": "../_shared/link"
},
"type": "array"
},
"properties": {
"$ref": "./propertiesgeojsonbebouwing"
},
"type": {
"enum": [
"Feature"
],
"type": "string"
}
},
"required": [
"properties",
"type"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/featureJSON_bebouwing"
]
}