{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/kaartlaagspec",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"identificatie": {
"examples": [
"nl.imow-gm1979.kaartlaag.20240101"
],
"type": "string"
},
"naam": {
"examples": [
"Industrieterrein"
],
"type": "string"
},
"niveau": {
"examples": [
1
],
"format": "int32",
"type": "integer"
}
},
"required": [
"identificatie",
"niveau"
],
"title": "Kaartlaag",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/KaartlaagSpec"
]
}