{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/multisurface",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"coordinates": [
[
[
[
182517,
585605.9
],
[
181073.9,
584699.4
],
[
181736.1,
584638.5
],
[
182272.9,
584323.6
],
[
183385.5,
584484.4
],
[
182517,
585605.9
]
]
],
[
[
[
178629.9,
584857
],
[
178306.4,
584721.6
],
[
178443.1,
584702.8
],
[
178578.4,
584685.8
],
[
178716.7,
584679.1
],
[
178629.9,
584857
]
]
]
],
"type": "MultiPolygon"
}
],
"properties": {
"coordinates": {
"items": {
"items": {
"items": {
"items": {
"type": "number"
},
"minItems": 2,
"type": "array"
},
"minItems": 4,
"type": "array"
},
"type": "array"
},
"type": "array"
},
"type": {
"enum": [
"MultiPolygon"
],
"type": "string"
}
},
"required": [
"coordinates",
"type"
],
"title": "MultiSurface",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/MultiSurface"
]
}