- SourceMeta name
- datakwaliteitafwijking
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.236 bytes
- Bytes bundled
- 3.257 bytes
- Health
- 28%
- 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/attrnaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/datum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/identificatieVeldWaarde/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/regelId/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/tabelnaam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/value/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/datakwaliteit-tzzq1x6ng/datakwaliteitafwijking",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Attribuutwaarden uit tabellen die niet voldoen aan opgestelde regels.",
"properties": {
"_links": {
"description": "The contents of the `afwijking._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": "./datakwaliteitafwijkinglink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"attrnaam": {
"description": "Naam van het geanalyseerde attribuut.",
"title": "Attribuutnaam",
"type": [
"string",
"null"
]
},
"datum": {
"description": "Datum van validatie.",
"format": "date",
"title": "Validatie datum",
"type": [
"string",
"null"
]
},
"id": {
"description": "Samenstelling van Id uit tabel regels en datum van uitvoering",
"type": "string"
},
"identificatieVeldWaarde": {
"description": "Waarde van het attribuut uit de brontabel met het identificerende kenmerk behorende bij afwijkening, waarmee de record terug kan worden gevonden in de brontabel.",
"title": "Identificatie veldwaarde",
"type": [
"string",
"null"
]
},
"regelId": {
"description": "Id van de datakwaliteitsregel waarop afwijking gebaseerd is.",
"title": "Regel Id",
"type": [
"string",
"null"
]
},
"tabelnaam": {
"description": "Naam van de geanalyseerde tabel.",
"title": "Naam tabel",
"type": [
"string",
"null"
]
},
"value": {
"description": "Waarde van het attribuut.",
"title": "Attribuut waarde",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/datakwaliteit/openapi.json#/components/schemas/Datakwaliteitafwijking"
]
}