- SourceMeta name
- propertiesgeojsongmgmnreference
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.302 bytes
- Bytes bundled
- 1.302 bytes
- Health
- 80%
- Dependencies
- -
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
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/gm_gmn_reference_pk/nullable
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bro-grondwatermonitoring-gm-in-samenhang-karakteristieken-1q5k0bqhr/propertiesgeojsongmgmnreference",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"gld_or_gar_or_frd_bro_id": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gar_external_fid": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gar_fk": {
"description": "",
"type": [
"integer",
"null"
]
},
"gm_gld_external_fid": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gld_fk": {
"description": "",
"type": [
"integer",
"null"
]
},
"gm_gmn_external_fid": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gmn_fk": {
"description": "",
"type": [
"integer",
"null"
]
},
"gm_gmn_reference_pk": {
"description": "",
"nullable": false,
"type": "integer"
},
"gmn_bro_id": {
"description": "",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/bzk/bro-gminsamenhang-karakteristieken/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_gm_gmn_reference"
]
}