- SourceMeta name
- civieleconstructiesdamwand
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.539 bytes
- Bytes bundled
- 15.546 bytes
- Health
- 34%
- 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/beheerafspraak/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/beheerder/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/beheerderGedetailleerd/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/beheergebied/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eigenaar/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/fundering/description
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/nenTypeBeheerobject/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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectnummer/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/civiele-constructies-e0mafxehr/civieleconstructiesdamwand",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Grondkerende of waterkerende constructie bestaande uit nagenoeg verticaal in de grond aangebrachte elementen die door middel van een langsprofiel in elkaar grijpen.",
"properties": {
"_links": {
"description": "The contents of the `damwand._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": "./civieleconstructiesdamwandlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"beheerafspraak": {
"description": "Attribuut voor het vermelden van aanvullende afspraken over het beheer van een object of voor het vermelden van specificaties van de beheersituatie van een object.",
"type": [
"string",
"null"
]
},
"beheerder": {
"description": "Beheerder van het beheerobject, door de organisatie zelf in te delen.",
"type": [
"string",
"null"
]
},
"beheerderGedetailleerd": {
"description": "Nadere aanduiding van de beheerder van het beheerobject.",
"type": [
"string",
"null"
]
},
"beheergebied": {
"description": "Aanduiding van het beheergebied waarbinnen het beheerobject ligt. Indeling in beheergebieden is organisatiespecifiek.",
"type": [
"string",
"null"
]
},
"eigenaar": {
"description": "Eigenaar van object, door de organisatie zelf in te delen.",
"title": "Beheerobject eigenaa",
"type": [
"string",
"null"
]
},
"fundering": {
"description": "Keuze uit lijst met funderingen van het beheerobject. Van toepassing bij wegobjecten en grassportvelden.",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"id": {
"description": "Unieke aanduiding van record.",
"type": "string"
},
"materiaal": {
"description": "Lijst met materialen waaruit het beheerobject opgebouwd is",
"type": [
"string",
"null"
]
},
"nenTypeBeheerobject": {
"description": "Registratie van de versie van NEN2767 die van toepassing is en gebruikt.",
"title": "NEN type beheerobject",
"type": [
"string",
"null"
]
},
"objectnaam": {
"description": "De naam van het beheerobject.",
"title": "Beheerobject naam",
"type": [
"string",
"null"
]
},
"objectnummer": {
"description": "Nummer van het beheerobject, door de organisatie zelf in te delen.",
"title": "Beheerobject ID",
"type": [
"string",
"null"
]
},
"objecttype": {
"description": "Aanduiding voor de registratie van concrete klassen waar vaste gegevens in de vorm van attributen beschreven worden",
"title": "Object type",
"type": [
"string",
"null"
]
},
"type": {
"description": "Omschrijving van de inhoud van het informatieobject",
"title": "Informatieobject",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/civieleconstructies/openapi.json#/components/schemas/Civieleconstructiesdamwand"
]
}