- SourceMeta name
- trefwoorden
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 730 bytes
- Bytes bundled
- 730 bytes
- Health
- 50%
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/opvragen-werkzaamheden-zblce_rdr/trefwoorden",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Trefwoorden van de werkzaamheid versie",
"examples": [
[
"Omhakken",
"Boom"
]
],
"items": {
"description": "Trefwoord van de werkzaamheid versie",
"examples": [
"Omhakken"
],
"maxLength": 250,
"minLength": 1,
"type": "string"
},
"maxItems": 500,
"minItems": 0,
"type": "array",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/239140/toepasbareregels-opvragenwerkzaamheden-v1.json#/components/schemas/Trefwoorden"
]
}