- SourceMeta name
- civieleconstructiesinspectiesdimsubinspectiekenmerken
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.898 bytes
- Bytes bundled
- 4.165 bytes
- Health
- 25%
- Dependencies
- 1
Dependencies
- 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
- /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/algemeneInspectieId/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/algemeneInspectieNaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/subinspectieId/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/subinspectieNaam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/civiele-constructies-e0mafxehr/civieleconstructiesinspectiesdimsubinspectiekenmerken",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "In Amsterdam worden civiele constructies (zoals o.a. bruggen, sluizen en steigers) onderhouden door de gemeente. Uit deze dimensietabel kun je de naam van het type uitgevoerde subinspectie halen zoals storing rapport, aansprakelijkheidsschouw, smeerwerk, schouw, opdrachten, losse bon of onderhoud. Iedere subinspectie valt onder een ‘algemene inspectie’. Deze algemene inspectie heeft zijn eigen id en een type zoals bijv. elektrotechnisch- of werktuigbouwkundig werk. Met de algemene inspectie id kun je verschillende subinspecties die bij elkaar horen, bij elkaar zoeken. Zoals bijv. schouwen op elektrotechnische zaken waarop elektrotechnisch onderhoud volgt. Één regel komt overeen met één uitgevoerde subinspectie en dus één regel uit de feitentabel. Deze zijn te joinen op de subinspectie_id. Let op: niet alle beheeractiviteiten in de stad worden in deze specifieke beheerapplicatie vastgelegd, dit is dus niet alomvattend.",
"properties": {
"_links": {
"description": "The contents of the `inspectiesDimSubinspectiekenmerken._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": "./civieleconstructiesinspectiesdimsubinspectiekenmerkenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"algemeneInspectieId": {
"description": "Uniek identificerend kenmerk van een inspectie (zoals W-werk) waarbinnen de subinspectie is uitgevoerd (bijv. W-onderhoud of schoouw).",
"title": "Algemene inspectie ID",
"type": [
"string",
"null"
]
},
"algemeneInspectieNaam": {
"description": "Overkoepelende type onderhoud waar de schouw of onderhoud onder valt. Bijvoorbeeld 'W-werk'.",
"type": [
"string",
"null"
]
},
"subinspectieId": {
"description": "Uniek identificerend kenmerk van de uitgevoerde schouw of onderhoud (vallen samen onder 'subinspecties').",
"title": "Subinspectie ID",
"type": "string"
},
"subinspectieNaam": {
"description": "Omschrijving van de uitgevoerde schouw of onderhoud. Bijvoorbeeld 'W-Onderhoud'.",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"subinspectieId"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/civieleconstructies/openapi.json#/components/schemas/Civieleconstructiesinspecties_dim_subinspectiekenmerken"
]
}