- SourceMeta name
- propertiesgeojsonvogelsoorten
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.636 bytes
- Bytes bundled
- 2.636 bytes
- Health
- 88%
- 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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/shape_area/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/shape_area/format
- 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/shape_leng/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/shape_leng/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/vogelrichtlijn-verspreiding-van-soorten-wjknoxqnr/propertiesgeojsonvogelsoorten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"annex_i": {
"description": "",
"type": [
"string",
"null"
]
},
"annex_ii_parta": {
"description": "",
"type": [
"string",
"null"
]
},
"annex_ii_partb": {
"description": "",
"type": [
"string",
"null"
]
},
"category": {
"description": "",
"type": [
"string",
"null"
]
},
"code": {
"description": "",
"type": [
"string",
"null"
]
},
"comments_on_the_last_update": {
"description": "",
"type": [
"string",
"null"
]
},
"country": {
"description": "",
"type": [
"string",
"null"
]
},
"date_of_the_last_update": {
"description": "",
"format": "date",
"type": [
"string",
"null"
]
},
"isocode": {
"description": "",
"type": [
"string",
"null"
]
},
"maptype": {
"description": "",
"type": [
"string",
"null"
]
},
"n2000": {
"description": "",
"type": [
"string",
"null"
]
},
"name_as_listed_in_the_bd": {
"description": "",
"type": [
"string",
"null"
]
},
"non_annex_i_spa_trigger": {
"description": "",
"type": [
"string",
"null"
]
},
"non_native": {
"description": "",
"type": [
"string",
"null"
]
},
"occurrence": {
"description": "",
"type": [
"string",
"null"
]
},
"recommended_unit": {
"description": "",
"type": [
"string",
"null"
]
},
"refgrid": {
"description": "",
"type": [
"string",
"null"
]
},
"season": {
"description": "",
"type": [
"string",
"null"
]
},
"sensitive": {
"description": "",
"type": [
"string",
"null"
]
},
"shape_area": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"shape_leng": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"species_code": {
"description": "",
"type": [
"string",
"null"
]
},
"species_name": {
"description": "",
"type": [
"string",
"null"
]
},
"sub_unit": {
"description": "",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/rvo/vogelrichtlijn-verspreiding-soorten/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_vogelsoorten"
]
}