- SourceMeta name
- ecologiekerngebieden
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.888 bytes
- Bytes bundled
- 16.019 bytes
- Health
- 16%
- Dependencies
- 2
Dependencies
- At
- /properties/_links/properties/self/$ref
- At
- /properties/geometrie/$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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_links/description
- Name
- title_trim
- Message
- Titles should not contain leading or trailing whitespace
- Pointers
- /properties/_links/title
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/categorieKerngebied/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/gidssoort/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/guid/description
- 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/id/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/id/description
- 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/id/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/mutatieDatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectnaam/description
- 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/objectnummer/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectnummer/description
- 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/objectnummer/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objecttype/description
- 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/omtrekGis/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/omtrekGis/description
- 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/omtrekGis/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/oppervlakteGis/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/oppervlakteGis/description
- 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/oppervlakteGis/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/stadsdeelNaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/waterschapNaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/wijkNaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/woonplaatsNaam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/ecologie-ohh_1xenr/ecologiekerngebieden",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Tabel met gegevens over kerngebieden. Kerngebieden zijn onderdeel van het ecologisch areaal van Amsterdam.",
"properties": {
"_links": {
"description": "The contents of the `kerngebieden._links` field. It contains all relationships with objects.",
"properties": {
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./ecologiekerngebiedenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"categorieKerngebied": {
"description": "Het ecologische beheerobject is ingedeeld in de natuurcategorie nat of droog.",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"gidssoort": {
"description": "Naam van de diersoort, waaraan getoetst (kan) worden om de kwaliteit van het ecologische beheerobject in kaart te brengen.",
"type": [
"string",
"null"
]
},
"guid": {
"description": "Global Unique Identifier: unieke aanduiding van het object.",
"type": [
"string",
"null"
]
},
"id": {
"description": "Uniek identificerend kenmerk van een object.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object ID",
"type": "integer"
},
"mutatieDatum": {
"description": "Datum waarop laatste mutatie heeft plaatsgevonden.",
"format": "date-time",
"title": "Datum mutatie",
"type": [
"string",
"null"
]
},
"objectnaam": {
"description": "Naam van het ecologisch beheerobject.",
"type": [
"string",
"null"
]
},
"objectnummer": {
"description": "Nummer van het beheerobject, door de organisatie gegeven.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"objecttype": {
"description": "Aanduiding van het beheerobject conform IMBOR.",
"type": [
"string",
"null"
]
},
"omtrekGis": {
"description": "Op geometrie automatisch berekende lengte (lijn) of omtrek (vlak) in meters.",
"format": "double",
"title": "Omtrek GIS",
"type": [
"number",
"null"
]
},
"oppervlakteGis": {
"description": "Oppervlakte van het beheerobject, overname van BGT/IMGeo.",
"format": "double",
"title": "Oppervlakte GIS",
"type": [
"number",
"null"
]
},
"stadsdeelNaam": {
"description": "Stadsdeel, niet te verwarren met Stadsdeel BGT-IMGeo: zie hiervoor Woonplaats. Voor de meeste gemeenten gelijk aan Woonplaats, maar kan ook functioneren als hiƫrarchische laag tussen de niveaus wijk en woonplaats.",
"type": [
"string",
"null"
]
},
"waterschapNaam": {
"description": "Aanduiding van het waterschap, waarbinnen het beheerobject ligt. Overname uit IMGeo-bestand met waterschapsgrenzen.",
"type": [
"string",
"null"
]
},
"wijkNaam": {
"description": "Aanduiding van de wijk waarbinnen het beheerobject ligt. Overname uit IMGeo-bestand met wijkgrenzen.",
"type": [
"string",
"null"
]
},
"woonplaatsNaam": {
"description": "Woonplaats, overeenkomstig met Stadsdeel of Woonplaats conform BGT-IMGeo.",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/ecologie/openapi.json#/components/schemas/Ecologiekerngebieden"
]
}