- SourceMeta name
- gmwcriteriaset
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.819 bytes
- Bytes bundled
- 10.672 bytes
- Health
- 67%
- Dependencies
- 6
Dependencies
- At
- /properties/area/$ref
- At
- /properties/constructionPeriod/$ref
- At
- /properties/screenPositionRange/$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/geoOhmCablePresent/enum - /properties/geoOhmCablePresent/type
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/minimumNumberOfTubes/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/minimumNumberOfTubes/format
- 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/removed/enum - /properties/removed/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
- 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/withPrehistory/enum - /properties/withPrehistory/type
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/grondwater-monitoring-put-gmw-7wpgfx6ng/gmwcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"area": {
"$ref": "../_shared/area"
},
"constructionPeriod": {
"$ref": "../_shared/dateperiod"
},
"constructionStandard": {
"type": "string"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"geoOhmCablePresent": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"initialFunction": {
"type": "string"
},
"maximumTubeTopDiameter": {
"type": "number"
},
"minimumNumberOfTubes": {
"format": "int32",
"type": "integer"
},
"minimumTubeTopDiameter": {
"type": "number"
},
"owner": {
"type": "string"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"removalPeriod": {
"$ref": "../_shared/dateperiod"
},
"removed": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"screenPositionRange": {
"$ref": "../_shared/depthinterval"
},
"tubeStatus": {
"type": "string"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"wellHeadProtector": {
"type": "string"
},
"withPrehistory": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/gm/gmw/v1/openapi#/components/schemas/GmwCriteriaSet"
]
}