- SourceMeta name
- datakwaliteitbronattribuut
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.192 bytes
- Bytes bundled
- 4.243 bytes
- Health
- 14%
- 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/brontabelid/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/filterveldindicator/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/format/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/identificatieVeldIndicator/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/naam/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/omschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/referentieindicator/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/referentietabel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/status/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/datakwaliteit-tzzq1x6ng/datakwaliteitbronattribuut",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Attributen behorende bij een brontabel.",
"properties": {
"_links": {
"description": "The contents of the `bronattribuut._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": "./datakwaliteitbronattribuutlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"brontabelid": {
"description": "Id van de bijbehorende brontabel.",
"title": "Id van brontabel",
"type": [
"string",
"null"
]
},
"datum": {
"description": "Datum van de statuswijziging.",
"format": "date",
"type": [
"string",
"null"
]
},
"filterveldindicator": {
"description": "Indicatie of het attribuut als filterveld beschouwd kan worden waarop geselecteerd kan worden in de monitor bij het bekijken van de afwijkingen (T) of niet (F).",
"title": "Filter veldindicator",
"type": [
"string",
"null"
]
},
"format": {
"description": "Format van het betreffende bronattribuut.",
"type": [
"string",
"null"
]
},
"id": {
"description": "Uniek identificerend kenmerk voor het attribuut behorende bij de brontabel.",
"type": "string"
},
"identificatieVeldIndicator": {
"description": "Indicatie of het attribuut de identificerende kenmerken van de brontabel bevat waarmee records met afwijkeningen eenvoudig terug kunnen worden gevonden (T) of niet (F).",
"title": "Identificatie veldindicator",
"type": [
"string",
"null"
]
},
"naam": {
"description": "Naam van het betreffende bronattribuut .",
"title": "Attribuutnaam",
"type": [
"string",
"null"
]
},
"omschrijving": {
"description": "Omschrijving van/toelichting op het betreffende bronattribuut.",
"title": "Omschrijving attribuut",
"type": [
"string",
"null"
]
},
"referentieindicator": {
"description": "Indicatie of de waarden van het bronatribuut referentieverwijzingen (in een ander tabel) zijn (T) of reƫle waarden zijn (F).",
"title": "Referentie indicator",
"type": [
"string",
"null"
]
},
"referentietabel": {
"description": "Id van de referentietabel waarnaar verwezen wordt indien referentieIndicator = T of NULL indien referentieIndicator = F.",
"title": "Referentie tabel",
"type": [
"string",
"null"
]
},
"status": {
"description": "Status van het bronattribuut (-1 = afgevoerd, 0= inactief, 1 = actief).",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/datakwaliteit/openapi.json#/components/schemas/Datakwaliteitbronattribuut"
]
}