{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/geotechnisch-sondeeronderzoek-cpt--3ry1x6ng/cptcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"area": {
"$ref": "../_shared/area"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"cptStandard": {
"type": "string"
},
"deliveryAccountableParty": {
"type": "string"
},
"depthInterval": {
"$ref": "./depthinterval"
},
"dissipationTestPerformed": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"fieldworkPeriod": {
"$ref": "../_shared/dateperiod"
},
"parameters": {
"$ref": "./parameters"
},
"qualityClass": {
"items": {
"type": "string"
},
"type": "array"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"researchReportPeriod": {
"$ref": "../_shared/dateperiod"
},
"stopCriterion": {
"type": "string"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/sr/cpt/v1/openapi#/components/schemas/CptCriteriaSet"
]
}