{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/grondwatergebruiksysteem-guf-gbrffx6nr/gufcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"area": {
"$ref": "../_shared/area"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"designInstallationFunction": {
"type": "string"
},
"endPeriod": {
"$ref": "../_shared/dateperiod"
},
"identificationLicence": {
"type": "string"
},
"legalType": {
"type": "string"
},
"primaryUsageType": {
"items": {
"type": "string"
},
"type": "array"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"realisedInstallationFunction": {
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"startPeriod": {
"$ref": "../_shared/dateperiod"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/gu/guf/v1/openapi#/components/schemas/GufCriteriaSet"
]
}