- SourceMeta name
- wooindex
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 703 bytes
- Bytes bundled
- 703 bytes
- Health
- 75%
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/wooindex",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "WOO index",
"properties": {
"informatiecategorie": {
"examples": [
"Jaarplannen en jaarverslagen"
]
},
"toelichting": {
"examples": [
"Jaarplannen"
]
},
"url": {
"examples": [
"https://www.sodm.nl/documenten?trefwoord=&startdatum=&einddatum=&onderwerp=Alle+onderwerpen&onderdeel=Alle+onderdelen&type=Jaarplan"
]
}
},
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/WooIndex"
]
}