{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/grondwater-monitoring-gm-domein-gw4pbuehg/monitoringtubereferences",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"garReferences": {
"items": {
"$ref": "./registrationobjectreference"
},
"type": "array"
},
"gldReferences": {
"items": {
"$ref": "./registrationobjectreference"
},
"type": "array"
},
"gmnReferences": {
"items": {
"$ref": "./registrationobjectreference"
},
"type": "array"
},
"screenTopPosition": {
"type": "number"
},
"tubeNumber": {
"format": "int32",
"type": "integer"
}
},
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/gm/v1/openapi#/components/schemas/MonitoringTubeReferences"
]
}