- SourceMeta name
- gelabeldecoordinaat
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 839 bytes
- Bytes bundled
- 10.566 bytes
- Health
- 50%
- Dependencies
- 4
Dependencies
- At
- /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_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- 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
- /examples/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/gelabeldecoordinaat",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"coordinaten": {
"geometrie": {
"coordinates": [
52.08811,
4.315099
],
"type": "Point,"
},
"stelsel": "ETRS89"
}
}
],
"properties": {
"coordinaten": {
"$ref": "./coordinaat"
}
},
"required": [
"coordinaten"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/GelabeldeCoordinaat",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/GelabeldeCoordinaat"
]
}