- SourceMeta name
- toelichtingen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.401 bytes
- Bytes bundled
- 1.401 bytes
- Health
- 60%
- 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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/toelichtingen/items/properties/toelichting/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/toelichtingen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "de succesvol opgehaalde toelichtingen",
"properties": {
"toelichtingen": {
"items": {
"description": "de toelichting",
"properties": {
"id": {
"type": "integer"
},
"toelichting": {
"description": "De tekst behorende bij de toelichting. De MarkDown syntax wordt gebruikt om eventuele opmaak, links en media te ondersteunen (zie https://daringfireball.net/projects/markdown/). Voor video's is de syntax uitgebreid met !video(/path/to/img.mp4 \"title\"). Dit staat beschreven in de IMTR (voor de Standaard toepasbare regels (STTR) en het bijbehorende Informatiemodel toepasbare regels (IMTR) zie https://iplo.nl/digitaal-stelsel/aansluiten/standaarden/sttr-imtr/). ",
"type": "string"
}
}
},
"maxItems": 1000,
"type": "array"
}
},
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v2.json#/components/schemas/Toelichtingen",
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v3.json#/components/schemas/Toelichtingen"
]
}