- SourceMeta name
- bhrgtcriteriaset
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.075 bytes
- Bytes bundled
- 10.928 bytes
- Health
- 61%
- Dependencies
- 6
Dependencies
- At
- /properties/analysisReportPeriod/$ref
- At
- /properties/area/$ref
- At
- /properties/depthInterval/$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/carbonateContentDetermined/enum - /properties/carbonateContentDetermined/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/organicMatterContentDetermined/enum - /properties/organicMatterContentDetermined/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/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/rockReached/enum - /properties/rockReached/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/volumetricMassDensityDetermined/enum - /properties/volumetricMassDensityDetermined/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/volumetricMassDensitySolidsDetermined/enum - /properties/volumetricMassDensitySolidsDetermined/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/waterContentDetermined/enum - /properties/waterContentDetermined/type
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/borehole-research-bhr-gt-2mnyjuenr/bhrgtcriteriaset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"analysisReportPeriod": {
"$ref": "../_shared/dateperiod"
},
"analysisType": {
"type": "string"
},
"area": {
"$ref": "../_shared/area"
},
"carbonateContentDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"correctionPeriod": {
"$ref": "../_shared/dateperiod"
},
"deliveryAccountableParty": {
"type": "string"
},
"depthInterval": {
"$ref": "../_shared/depthinterval"
},
"descriptionProcedure": {
"type": "string"
},
"descriptionQuality": {
"type": "string"
},
"descriptionReportPeriod": {
"$ref": "../_shared/dateperiod"
},
"discipline": {
"type": "string"
},
"fieldworkPeriod": {
"$ref": "../_shared/dateperiod"
},
"organicMatterContentDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"qualityRegime": {
"enum": [
"IMBRO",
"IMBRO_A"
],
"type": "string"
},
"registrationPeriod": {
"$ref": "../_shared/dateperiod"
},
"rockReached": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"samplingQuality": {
"items": {
"type": "string"
},
"type": "array"
},
"underReview": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"volumetricMassDensityDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"volumetricMassDensitySolidsDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
},
"waterContentDetermined": {
"enum": [
"JA",
"NEE"
],
"type": "string"
}
},
"required": [
"area"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/sr/bhrgt/v2/openapi#/components/schemas/BhrGtCriteriaSet"
]
}