- SourceMeta name
- voorschrift
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.368 bytes
- Bytes bundled
- 2.368 bytes
- Health
- 77%
- 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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/juridischeLink/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/maatregelen/items/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/voorschrift",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Voorschrift voor maatregelen behorende bij betreffende activteit.",
"properties": {
"juridischeLink": {
"description": "Een link naar de juridische onderbouwing van het relevante voorschrift waar deze maatregelen voor gelden of de waarde NietVanToepassing als er geen voorschriften en maatregelen van toepassing zijn.",
"type": "string"
},
"maatregelen": {
"description": "De maatregelen behorende bij het voorschrift",
"items": {
"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"
]
},
"type": "array"
}
},
"required": [
"juridischeLink"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v2.json#/components/schemas/Voorschrift",
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v3.json#/components/schemas/Voorschrift"
]
}