{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/surface",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"coordinates": [
[
[
207714.815,
474033.093,
0
],
[
207714.752,
474033.015,
0
],
[
207711.949,
474035.274,
0
],
[
207712.012,
474035.352,
0
],
[
207709.521,
474037.36,
0
],
[
207696.597,
474021.265,
0
],
[
207701.81,
474017.015,
0
],
[
207700.455,
474015.414,
0
],
[
207702.745,
474013.563,
0
],
[
207706.48,
474010.544,
0
],
[
207715.147,
474003.633,
0
],
[
207719.675,
474000,
0
],
[
207721.708,
473998.505,
0
],
[
207721.734,
473998.54,
0
],
[
207734.185,
473989.711,
0
],
[
207735.432,
473992.061,
0
],
[
207736.838,
473994.711,
0
],
[
207738.01,
473996.919,
0
],
[
207739.13,
473999.03,
0
],
[
207740.107,
474000.734,
0
],
[
207744.747,
474008.829,
0
],
[
207745.138,
474009.51,
0
],
[
207732.654,
474018.715,
0
],
[
207714.815,
474033.093,
0
]
],
[
[
207717.277,
474015.307,
0
],
[
207719.863,
474018.659,
0
],
[
207725.737,
474014.126,
0
],
[
207723.15,
474010.774,
0
],
[
207717.277,
474015.307,
0
]
]
],
"type": "Polygon"
}
],
"properties": {
"coordinates": {
"items": {
"items": {
"items": {
"type": "number"
},
"minItems": 2,
"type": "array"
},
"minItems": 4,
"type": "array"
},
"type": "array"
},
"type": {
"enum": [
"Polygon"
],
"type": "string"
}
},
"required": [
"coordinates",
"type"
],
"title": "Surface",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/Surface"
]
}