- SourceMeta name
- maatregel
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.570 bytes
- Bytes bundled
- 1.570 bytes
- Health
- 90%
- 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
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/maatregel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Maatregelen.",
"properties": {
"frequentie": {
"description": "Het terugkeerpatroon dat beschrijft hoe vaak de maatregel dient te worden uitgevoerd",
"type": "string"
},
"kenmerken": {
"description": "Een filterkop in het csv-bestand om maatregelen te kunnen ordenen",
"items": {
"type": "string"
},
"type": "array"
},
"maatregeltekst": {
"description": "De tekst die de maatregel beschrijft",
"type": "string"
},
"nummer": {
"description": "Het nummer van de maatregel",
"type": "string"
},
"themas": {
"description": "Het thema van de maatregel",
"items": {
"type": "string"
},
"type": "array"
},
"toelichting": {
"description": "Toelichting op de maatregel",
"type": "string"
},
"volgorde": {
"description": "Een volgorde voor de presentatie van de maatregelen",
"type": "integer"
}
},
"required": [
"nummer",
"maatregeltekst",
"volgorde",
"frequentie"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v2.json#/components/schemas/Maatregel",
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v3.json#/components/schemas/Maatregel"
]
}