{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/mijnbouwconstructie-epc-0puebxehg/epccriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"area": {
"$ref": "../_shared/area"
},
"boreholeSegmentDrillingEndPeriod": {
"$ref": "../_shared/dateperiod"
},
"boreholeSegmentDrillingStartPeriod": {
"$ref": "../_shared/dateperiod"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"explorationProductionLicence": {
"type": "string"
},
"legalStatus": {
"type": "string"
},
"miningConstructionKind": {
"type": "string"
},
"purpose": {
"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/ep/epc/v1/openapi#/components/schemas/EpcCriteriaSet"
]
}