- SourceMeta name
- gelabeldecoordinaat
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 715 bytes
- Bytes bundled
- 10.442 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-3ajf61gdr/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": "../_shared/coordinaat"
}
},
"required": [
"coordinaten"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/GelabeldeCoordinaat"
]
}