- SourceMeta name
- kaartspec
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.318 bytes
- Bytes bundled
- 2.415 bytes
- Health
- 80%
- Dependencies
- 1
Dependencies
- At
- /properties/uitsnede/$ref
Health issues
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/kaartspec",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Ruimtelijke weergave van een specifiek onderdeel van een beleid of realisatie. Een volledig Kaart-object heeft altijd\nde properties 'uitsnede' en 'kaartlagen', maar in bepaalde situaties worden Kaarten gereduceerd uitgeleverd en\nbevatten dan alleen de properties 'identificatie' en 'naam'. Dit gebeurt om precies te zijn als divisie- of\nregeltekstannotaties gefilterd worden opgehaald, als een wId ('documentComponent' parameter) of een geo-zoek\nrequest body aan het request worden meegegeven.\n",
"properties": {
"identificatie": {
"examples": [
"nl.imow-gm1979.kaart.20240101"
],
"type": "string"
},
"naam": {
"examples": [
"Kaartvoorbeeld Delfzijl"
],
"type": "string"
},
"nummer": {
"type": "string"
},
"uitsnede": {
"$ref": "./kaartextent"
}
},
"required": [
"identificatie",
"naam"
],
"title": "Kaart",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/KaartSpec"
]
}