- 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.213 bytes
- Bytes bundled
- 9.642 bytes
- Health
- 60%
- Dependencies
- 3
Dependencies
- At
- /properties/geometrie/oneOf/0/$ref
- At
- /properties/geometrie/oneOf/1/$ref
- At
- /properties/geometrie/oneOf/2/$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/_shared/locatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Locatie waar het project is uitgevoerd. De geometrie van de locatie is standaard in ETRS89.",
"examples": [
{
"geometrie": {
"coordinates": [
81523.058,
456081.0821
],
"type": "Point"
}
}
],
"properties": {
"geometrie": {
"description": "Punt of vlak waar het project is uitgevoerd.",
"oneOf": [
{
"$ref": "./point"
},
{
"$ref": "./polygon"
},
{
"$ref": "./geometrycollection"
}
]
}
},
"required": [
"geometrie"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/Locatie",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/Locatie",
"https://developer.omgevingswet.overheid.nl/publish/pages/238080/verzoekenoverzicht-raadplegen-v1.json#/components/schemas/Locatie"
]
}