- SourceMeta name
- geometrycollection
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.796 bytes
- Bytes bundled
- 5.764 bytes
- Health
- 50%
- Dependencies
- 1
Dependencies
- At
- /properties/geometries/items/$ref
Health issues
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/type/enum
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/geometrycollection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "GeoJSON GeometryCollection gespecificeerd volgens https://tools.ietf.org/html/rfc7946#section-3.1.8 Alleen een GeometryCollection met Polygonen wordt ondersteund.",
"examples": [
{
"geometries": [
{
"coordinates": [
[
[
92879.88,
436405.07
],
[
93390.88,
436893.58
],
[
92968.36,
436872.3
],
[
92879.88,
436405.07
]
],
[
[
92870.88,
436400.07
],
[
93390.88,
436893.58
],
[
92968.36,
436872.3
],
[
92870.88,
436400.07
]
]
],
"type": "Polygon"
},
{
"coordinates": [
[
[
92879.88,
436405.07
],
[
93390.88,
436893.58
],
[
92968.36,
436872.3
],
[
92879.88,
436405.07
]
],
[
[
92870.88,
436400.07
],
[
93390.88,
436893.58
],
[
92968.36,
436872.3
],
[
92870.88,
436400.07
]
]
],
"type": "Polygon"
}
],
"type": "GeometryCollection"
}
],
"properties": {
"geometries": {
"description": "De geometries van de GeometryCollection volgens https://tools.ietf.org/html/rfc7946#section-3.1.8",
"items": {
"$ref": "./polygon"
},
"type": "array"
},
"type": {
"enum": [
"GeometryCollection"
],
"type": "string"
}
},
"required": [
"type",
"geometries"
],
"title": "Vlak",
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/GeometryCollection",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/GeometryCollection",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/GeometryCollection",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/GeometryCollection",
"https://developer.omgevingswet.overheid.nl/publish/pages/232881/verzoekconfiguratie-opvragen-v1.json#/components/schemas/GeometryCollection",
"https://developer.omgevingswet.overheid.nl/publish/pages/238080/verzoekenoverzicht-raadplegen-v1.json#/components/schemas/GeometryCollection",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/GeometryCollection"
]
}