- SourceMeta name
- civieleconstructiessluizen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.982 bytes
- Bytes bundled
- 15.989 bytes
- Health
- 45%
- 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/bedienaar/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eindtijd/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/gebruiksfunctie/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/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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/onderhoudsplichtige/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/typeBediening/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/civiele-constructies-e0mafxehr/civieleconstructiessluizen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De dataset sluizen bevat informatie over sluizen die momenteel in beheer zijn van de gemeente Amsterdam. Elke rij in de tabel vertegenwoordigt één sluis, met gegevens over locatie (geometrie in RD-coördinaten), gebruiksfunctie, beheerder, technische kenmerken (zoals hoogte van sluiskolken) en verantwoordelijkheden voor bediening en onderhoud. Het totaal aantal rijen in de tabel geeft het aantal actieve sluizen weer die operationeel zijn en waarvoor beheer- en onderhoudsverantwoordelijkheden zijn toegewezen. De dataset bevat geen historische gegevens. Het veld id fungeert als unieke sleutel en kan worden gebruikt om deze dataset te koppelen aan andere datasets, zoals waterwegen of onderhoudsplanningen. Specifieke sluizen kunnen worden gefilterd op kenmerken zoals gebruiksfunctie of beheerderGedetailleerd. De dataset heeft enkele beperkingen: het bevat alleen sluizen die onder beheer van de gemeente Amsterdam vallen en sommige velden, zoals mutatiedatum, kunnen leeg zijn. De gegevens worden periodiek bijgewerkt; raadpleeg de bron voor de meest recente informatie.",
"properties": {
"_links": {
"description": "The contents of the `sluizen._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": "./civieleconstructiessluizenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"bedienaar": {
"description": "Verantwoordelijke persoon voor de aansturing van de brug.",
"type": [
"string",
"null"
]
},
"begintijd": {
"description": "Registratie tijdstip van deze rij in de tabel",
"type": [
"string",
"null"
]
},
"beheerderGedetailleerd": {
"description": "Nadere aanduiding van de beheerder van het beheerobject",
"type": [
"string",
"null"
]
},
"eindtijd": {
"description": "Tijdstip van wijziging in de administratieve bijhouding van dit object.",
"type": [
"string",
"null"
]
},
"gebruiksfunctie": {
"description": "Aanduiding van één of meer gebruiksfuncties van het beheerobject.",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"hoogteSluiskolken": {
"description": "Hoogte van de sluiskolken",
"type": [
"string",
"null"
]
},
"id": {
"description": "Unieke aanduiding van record.",
"type": "string"
},
"mutatiedatum": {
"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"
]
},
"onderhoudsplichtige": {
"description": "Organisatie die verantwoordelijk is voor het onderhoud van het beheerobject.",
"type": [
"string",
"null"
]
},
"type": {
"description": "Omschrijving van de inhoud van het informatieobject",
"title": "Informatieobject",
"type": [
"string",
"null"
]
},
"typeBediening": {
"description": "Categorisering van de wijze waarop het object bediend kan worden.",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/civieleconstructies/openapi.json#/components/schemas/Civieleconstructiessluizen"
]
}