- SourceMeta name
- locatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.569 bytes
- Bytes bundled
- 17.860 bytes
- Health
- 67%
- Dependencies
- 8
Dependencies
- At
- /properties/bronLocatie/$ref
- At
- /properties/geometrie/oneOf/0/$ref
- At
- /properties/geometrie/oneOf/1/$ref
- At
- /properties/geometrie/oneOf/2/$ref
- At
- /oneOf/0/properties/adres/$ref
- At
- /oneOf/1/properties/postcode/$ref
- At
- /oneOf/2/properties/kadastraal/$ref
- At
- /oneOf/3/properties/coordinaten/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/geometrie/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-3ajf61gdr/locatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Locatie waar het project wordt uitgevoerd. De geometrie van de locatie dient in RD-coördinaten te worden opgegeven. Binnen de bronlocatie moet de locatie worden vermeldt zoals de initiatiefnemer deze heeft opgegeven. Indien het een vlakaanduiding betreft kunnen dit coördinaten in RD, ETRS89 of WGS84 zijn.",
"examples": [
{
"bronLocatie": {
"adres": {
"letter": "a",
"nummer": "4",
"nummeraanduidingId": "0935200000064319",
"postcode": "2288 GK",
"straat": "Lange Kleiweg",
"toevoeging": "b",
"woonplaats": "Rijswijk"
}
},
"geometrie": {
"coordinates": [
81523.058,
456081.0821
],
"type": "Point"
}
}
],
"properties": {
"bronLocatie": {
"$ref": "./bronlocatie"
},
"geometrie": {
"description": "Punt of vlak waar het project wordt uitgevoerd.",
"oneOf": [
{
"$ref": "../_shared/point"
},
{
"$ref": "../_shared/polygon"
},
{
"$ref": "../_shared/geometrycollection"
}
]
}
},
"required": [
"geometrie",
"bronLocatie"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Locatie"
]
}