- 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.453 bytes
- Bytes bundled
- 17.758 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
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The value was expected to be an object that defines the property "adres"
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref/oneOf/0/required"
The value was expected to be an object that defines the property "postcode"
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref/oneOf/1/required"
The value was expected to be an object that defines the property "kadastraal"
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref/oneOf/2/required"
The value was expected to be an object that defines the property "coordinaten"
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref/oneOf/3/required"
The string value was expected to validate against one and only one of the 4 given subschemas
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref/oneOf"
The string value was expected to validate against the referenced schema
at instance location "/bronLocatie"
at evaluate path "/properties/bronLocatie/$ref"
The object value was expected to validate against the defined properties subschemas
at instance location ""
at evaluate path "/properties"
- Pointers
- /examples/0
- 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-bgk5e_rdg/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": "zie BronLocatie",
"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://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/Locatie",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Locatie"
]
}