- 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.429 bytes
- Bytes bundled
- 15.263 bytes
- Health
- 77%
- 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
- 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 of type string but it was of type integer
at instance location "/kadastraal/perceelNummer"
at evaluate path "/properties/kadastraal/$ref/properties/perceelNummer/type"
The object value was expected to validate against the defined properties subschemas
at instance location "/kadastraal"
at evaluate path "/properties/kadastraal/$ref/properties"
The object value was expected to validate against the referenced schema
at instance location "/kadastraal"
at evaluate path "/properties/kadastraal/$ref"
The object value was expected to validate against the defined properties subschemas
at instance location ""
at evaluate path "/properties"
- Pointers
- /oneOf/2/examples/0
- Name
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The string value "Point," was expected to equal the string constant "Point"
at instance location "/coordinaten/geometrie/type"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/0/$ref/properties/type/enum"
The object value was expected to validate against the defined properties subschemas
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/0/$ref/properties"
The object value was expected to validate against the referenced schema
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/0/$ref"
The string value "Point," was expected to equal the string constant "Polygon"
at instance location "/coordinaten/geometrie/type"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/1/$ref/properties/type/enum"
The object value was expected to validate against the defined properties subschemas
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/1/$ref/properties"
The object value was expected to validate against the referenced schema
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/1/$ref"
The value was expected to be an object that defines properties "geometries", and "type"
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/2/$ref/required"
The object value was expected to validate against the referenced schema
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf/2/$ref"
The object value was expected to validate against one and only one of the 3 given subschemas
at instance location "/coordinaten/geometrie"
at evaluate path "/properties/coordinaten/$ref/properties/geometrie/oneOf"
The object value was expected to validate against the defined properties subschemas
at instance location "/coordinaten"
at evaluate path "/properties/coordinaten/$ref/properties"
The object value was expected to validate against the referenced schema
at instance location "/coordinaten"
at evaluate path "/properties/coordinaten/$ref"
The object value was expected to validate against the defined properties subschemas
at instance location ""
at evaluate path "/properties"
- Pointers
- /oneOf/3/examples/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/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": "./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": {
"gemeenteCode": "GVH11",
"perceelNummer": 10815,
"sectie": "P"
}
}
],
"properties": {
"kadastraal": {
"$ref": "./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": "./adres"
},
"coordinaten": {
"$ref": "../_shared/coordinaat"
},
"kadastraal": {
"$ref": "./kadastraal"
},
"postcode": {
"$ref": "../_shared/postcode"
}
},
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/BronLocatie"
]
}