- SourceMeta name
- dashboardindicator
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.300 bytes
- Bytes bundled
- 1.300 bytes
- Health
- -
- Dependencies
- -
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
- /properties/aantalVerouderd/description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/aantalVerouderd/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/percentageActueel/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/percentageOnvolledig/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/percentageVolledig/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/dashboardindicator",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "DashboardIndicators",
"properties": {
"aantalVerouderd": {
"description": "Het aantal organisaties waarvan gegevens langer dan één jaar niet zijn geactualiseerd of bevestigd (verouderd).",
"examples": [
32
],
"format": "int32"
},
"percentageActueel": {
"description": "Het percentage organisaties in het ROO dat in de afgelopen 60 dagen gegevens heeft geactualiseerd of bevestigd dat ze actueel zijn.",
"examples": [
53.2
]
},
"percentageOnvolledig": {
"description": "Het percentage organisaties in het ROO dat één of meer verplichte basisgegevens mist.",
"examples": [
12.7
]
},
"percentageVolledig": {
"description": "Het percentage organisaties in het ROO dat alle verplichte basisgegevens heeft ingevuld.",
"examples": [
87.3
]
}
},
"required": [
"aantalVerouderd",
"percentageActueel",
"percentageOnvolledig",
"percentageVolledig"
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/DashboardIndicator"
]
}