- SourceMeta name
- gufcriteriaset
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.351 bytes
- Bytes bundled
- 9.123 bytes
- Health
- 80%
- Dependencies
- 5
Dependencies
- At
- /properties/area/$ref
- At
- /properties/correctionPeriod/$ref
- At
- /properties/boundingBox/$ref
- At
- /properties/enclosingCircle/$ref
- At
- /properties/lowerCorner/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/qualityRegime/enum - /properties/qualityRegime/type
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/underReview/enum - /properties/underReview/type
{
"$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"
]
}