- SourceMeta name
- civieleconstructiesinspectiesfeitsubinspecties
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.292 bytes
- Bytes bundled
- 4.649 bytes
- Health
- 23%
- 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/datumId/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/installatie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/objectSleutel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opmerking/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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/civiele-constructies-e0mafxehr/civieleconstructiesinspectiesfeitsubinspecties",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De gemeente Amsterdam is verantwoordelijk voor onderhoud aan civiele constructies (zoals o.a. bruggen, sluizen en steigers). Deze feitentabel bevat informatie uit de uitvoeringsapplicatie iAsset over uitgevoerde subinspecties (verzamelnaam voor o.a. onderhoud, schouwen, losse opdrachten). Het bevat een id voor de inspectie, een datum waarop de inspectie is uitgevoerd, een id van de civiele constructie, de intallatie waarop de inspectie is uitgevoerd en ingevoerde opmerkingen door uitvoerders. Één regel is één subinspectie op één installatie van één civiele constructie op één uitvoermoment. De tabel bevat sleutels waarmee een join met de tabellen 'dim_objectpaspoort' en 'dim_subinspectiekenmerken' kan worden gelegd. 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 `inspectiesFeitSubinspecties._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": "./civieleconstructiesinspectiesfeitsubinspectieslink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"datumId": {
"description": "Uniek identificerend kenmerk van de datum van de schouw of onderhoud. Met deze ID kan via de tabel 'Dimensietabel datum' aanvullende informatie worden opgehaald voor analyse.",
"format": "date",
"title": "Datum ID",
"type": [
"string",
"null"
]
},
"installatie": {
"description": "De installatie is een onderdeel van een civiele constructie. Bijvoorbeeld 'sluisdeur binnen', 'ballastkist' of 'bewegingswerk'.",
"type": [
"string",
"null"
]
},
"objectSleutel": {
"description": "Uniek identificeren kenmerk voor een civiele constructie. Met deze ID kan via de tabel 'Dimensietabel objectpaspoort iAsset cc' aanvullende informatie worden opgehaald voor analyse.",
"title": "Object ID",
"type": [
"string",
"null"
]
},
"opmerking": {
"description": "Opmerking van de inspecteur met bevindingen tijdens de inspectie.",
"title": "Inspectie opmerking",
"type": [
"string",
"null"
]
},
"subinspectieId": {
"description": "Uniek identificerend kenmerk van deze schouw of onderhoud (vallen samen onder 'subinspecties'). Met deze ID kan via de tabel 'Dimensietabel inspectiekenmerken iAsset cc' aanvullende informatie worden opgehaald voor analyse.",
"title": "Subinspectie ID",
"type": "string"
}
},
"required": [
"_links",
"subinspectieId"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/civieleconstructies/openapi.json#/components/schemas/Civieleconstructiesinspecties_feit_subinspecties"
]
}