{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/overheidsbesluit-bodemverontreiniging-sld-rnqmfx6hr/sldcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"approach": {
"type": "string"
},
"area": {
"$ref": "../_shared/area"
},
"compartment": {
"type": "string"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"deliveryContext": {
"type": "string"
},
"dossierIdLocalAuthority": {
"type": "string"
},
"dossierIdSoilInformationSystem": {
"type": "string"
},
"followUp": {
"type": "string"
},
"identificationHandledArea": {
"type": "string"
},
"identificationSoilLocation": {
"type": "string"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/sq/sld/v1/openapi#/components/schemas/SldCriteriaSet"
]
}