- SourceMeta name
- monumentensitueringen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.888 bytes
- Bytes bundled
- 6.401 bytes
- Health
- 84%
- Dependencies
- 3
Dependencies
- At
- /properties/_links/properties/betreftBagNummeraanduiding/$ref
- At
- /properties/_links/properties/hoortBijMonumentenMonument/$ref
- At
- /properties/_links/properties/self/$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
- /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/monumentensitueringen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Situering is een kenmerk dat is meegegeven aan de koppeling tussen monument en adres, het geeft aan hoe een monument zich verhoudt tot een of meer adressen",
"properties": {
"_links": {
"description": "The contents of the `situeringen._links` field. It contains all relationships with objects.",
"properties": {
"betreftBagNummeraanduiding": {
"$ref": "../_shared/bagnummeraanduidingenlink"
},
"hoortBijMonumentenMonument": {
"$ref": "./monumentenmonumentenlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./monumentensitueringenlink"
}
},
"required": [
"betreftBagNummeraanduiding",
"hoortBijMonumentenMonument",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"betreftBagNummeraanduidingId": {
"deprecated": true,
"description": "Het adres dat de situering heeft",
"readOnly": true,
"title": "Situering adres omschrijving",
"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"
]
},
"eersteSituering": {
"description": "J/N; een monument kan meerdere situeringen hebben, waarvan er altijd één de belangrijkste/naamgevende is. Dit kenmerk geeft aan of dat deze situering betreft",
"title": "Monument belangrijkste situering indicatie",
"type": [
"string",
"null"
]
},
"hoortBijMonumentenMonumentId": {
"deprecated": true,
"description": "Een situering hoort bij één monument",
"readOnly": true,
"title": "Monument bij situering omschrijving",
"type": [
"string",
"null"
]
},
"identificatie": {
"description": "Unieke identificatie van de gegevensgroep",
"title": "Situering ID",
"type": "string"
},
"situeringNummeraanduiding": {
"description": "Wijze waarop het adres zich tot het monument verhoudt",
"title": "Monument adres verhouding omschrijving",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"betreftBagNummeraanduidingId",
"hoortBijMonumentenMonumentId",
"identificatie"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/monumenten/openapi.json#/components/schemas/Monumentensitueringen"
]
}