{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/grondwatermonitoringnet-gmn-asy9aueng/measuringpoint",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"monitoringTubes": {
"items": {
"$ref": "./monitoringtube"
},
"type": "array"
},
"pointCode": {
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/gm/gmn/v1/openapi#/components/schemas/MeasuringPoint"
]
}