- SourceMeta name
- monumentenunesco
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.588 bytes
- Bytes bundled
- 14.602 bytes
- Health
- 82%
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/monumenten-1xuffu6hr/monumentenunesco",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De Amsterdamse grachtengordel staat op de UNESCO-Werelderfgoedlijst, wat betekent dat er internationale erkenning is van het bijzondere karakter van dit deel van de historische binnenstad. Het aanwijzen van cultureel erfgoed is bedoeld om het beter te kunnen bewaren voor toekomstige generaties.",
"properties": {
"_links": {
"description": "The contents of the `unesco._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": "./monumentenunescolink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"beginGeldigheid": {
"description": "De ingangsdatum en -tijd van de geldigheid waarop de beschermde status van het Unesco gebied in werking treedt",
"format": "date-time",
"title": "Unesco gebied geldigheid begindatumtijd",
"type": [
"string",
"null"
]
},
"datumActueelTot": {
"description": "Einddatum van de cyclus, eventueel in combinatie met het kenmerk Status",
"format": "date-time",
"title": "Actueel tot datum",
"type": [
"string",
"null"
]
},
"eindGeldigheid": {
"description": "De einddatum en -tijd van de geldigheid waarop de beschermde status van het Unesco gebied is afgevoerd",
"format": "date-time",
"title": "Unesco gebied geldigheid einddatumtijd",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"identificatie": {
"description": "Unieke identificatie van het Unesco gebied",
"title": "Object ID",
"type": "string"
},
"naam": {
"description": "De naam van het object",
"title": "Object naam",
"type": [
"string",
"null"
]
},
"redengevendeOmschrijving": {
"description": "De publieke, historische omschrijving, behorend bij het besluit",
"title": "Reden publieke omschrijving",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"identificatie"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/monumenten/openapi.json#/components/schemas/Monumentenunesco"
]
}