- SourceMeta name
- bronlocatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.447 bytes
- Bytes bundled
- 15.725 bytes
- Health
- 93%
- Dependencies
- 7
Dependencies
- At
- /oneOf/0/properties/adres/$ref
- At
- /oneOf/1/properties/postcode/$ref
- At
- /oneOf/2/properties/kadastraal/$ref
- At
- /oneOf/3/properties/coordinaten/$ref
- 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
- 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_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-3ajf61gdr/bronlocatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De bron waarmee geometrie locatie is verkregen.",
"oneOf": [
{
"examples": [
{
"adres": {
"letter": "a",
"nummer": "4",
"nummeraanduidingId": "0935200000064319",
"postcode": "2288 GK",
"straat": "Lange Kleiweg",
"toevoeging": "b",
"woonplaats": "Rijswijk"
}
}
],
"properties": {
"adres": {
"$ref": "../_shared/adres"
}
},
"required": [
"adres"
],
"type": "object"
},
{
"examples": [
{
"postcode": {
"letter": "a",
"nummer": "4",
"nummeraanduidingId": "0935200000064319",
"postcode": "2288 GK",
"toevoeging": "b"
}
}
],
"properties": {
"postcode": {
"$ref": "../_shared/postcode"
}
},
"required": [
"postcode"
],
"type": "object"
},
{
"examples": [
{
"kadastraal": {
"gemeente": "GVH11",
"perceelNummer": "10815",
"sectie": "P"
}
}
],
"properties": {
"kadastraal": {
"$ref": "../_shared/kadastraal"
}
},
"required": [
"kadastraal"
],
"type": "object"
},
{
"examples": [
{
"coordinaten": {
"geometrie": {
"coordinates": [
52.08811,
4.315099
],
"type": "Point"
},
"stelsel": "ETRS89"
}
}
],
"properties": {
"coordinaten": {
"$ref": "../_shared/coordinaat"
}
},
"required": [
"coordinaten"
],
"type": "object"
}
],
"properties": {
"adres": {
"$ref": "../_shared/adres"
},
"coordinaten": {
"$ref": "../_shared/coordinaat"
},
"kadastraal": {
"$ref": "../_shared/kadastraal"
},
"postcode": {
"$ref": "../_shared/postcode"
}
},
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/BronLocatie"
]
}