- SourceMeta name
- grondslag
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 754 bytes
- Bytes bundled
- 754 bytes
- Health
- 67%
- 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/grondslag",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"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"
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/Grondslag"
]
}