- SourceMeta name
- classificatietype
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.212 bytes
- Bytes bundled
- 1.212 bytes
- Health
- 86%
- 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/classificatietype",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Classificatie type",
"properties": {
"grondslagen": {
"description": "Lijst van grondslagen",
"items": {
"description": "Grondslag",
"properties": {
"opschrift": {
"description": "Omschrijving van de grondslag",
"examples": [
"Waterschappen (Artikel 1.2, lid 1d, WNT)"
]
},
"referentie": {
"description": "URL-referentie naar het wetsartikel",
"examples": [
"http://wetten.overheid.nl/jci1.3:c:BWBR0032249¶graaf=1&artikel=1.2&lid=1"
]
}
},
"required": [
"opschrift",
"referentie"
]
}
},
"toelichting": {
"examples": [
"Collectieve arbeidsovereenkomst voor overheidswerkgevers"
]
},
"type": {
"examples": [
"CAO"
]
}
},
"required": [
"grondslagen",
"type"
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/ClassificatieType"
]
}