{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/geologisch-booronderzoek-bhr-g-0qda1x6hr/bhrgcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"analysisReportPeriod": {
"$ref": "../_shared/dateperiod"
},
"area": {
"$ref": "../_shared/area"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"depthInterval": {
"$ref": "../_shared/depthinterval"
},
"descriptionProcedure": {
"type": "string"
},
"descriptionQuality": {
"type": "string"
},
"descriptionReportPeriod": {
"$ref": "../_shared/dateperiod"
},
"determinedCompositionProperties": {
"type": "string"
},
"determinedHydrophysicalProperties": {
"type": "string"
},
"discipline": {
"type": "string"
},
"fieldworkPeriod": {
"$ref": "../_shared/dateperiod"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"samplingQuality": {
"items": {
"type": "string"
},
"type": "array"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"volumetricMassDensityDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"waterContentDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/sr/bhrg/v3/openapi#/components/schemas/BhrgCriteriaSet"
]
}