{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/multipolygon",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"coordinates": {
"examples": [
[
[
[
[
155000,
463000
],
[
155000,
466000
],
[
157000,
465000
]
],
[
[
155000,
463000
]
]
],
[
[
[
165000,
473000
],
[
165000,
476000
],
[
167000,
475000
],
[
165000,
473000
]
]
]
]
],
"items": {
"items": {
"items": {
"items": {
"multipleOf": 0.001,
"type": "number"
},
"minItems": 2,
"type": "array"
},
"minItems": 4,
"type": "array"
},
"type": "array"
},
"type": "array"
},
"type": {
"enum": [
"MultiPolygon"
],
"type": "string"
}
},
"required": [
"coordinates",
"type"
],
"title": "GeoJSON MultiPolygon",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/MultiPolygon"
]
}