- SourceMeta name
- werkzaamheidversiehalresponse
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.740 bytes
- Bytes bundled
- 3.740 bytes
- Health
- 89%
- 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
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/0/required
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /allOf/1/properties/_embedded/properties/logischeRelaties/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/opvragen-werkzaamheden-zblce_rdr/werkzaamheidversiehalresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"description": "Werkzaamheid versie gegevens",
"properties": {
"beginDatum": {
"description": "Datum in het formaat yyyy-MM-dd",
"examples": [
"2023-01-01"
],
"format": "date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"eindDatum": {
"description": "Datum in het formaat yyyy-MM-dd",
"examples": [
"2023-01-01"
],
"format": "date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"omschrijving": {
"description": "Omschrijving van de werkzaamheid versie",
"examples": [
"Vellen van een houtopstand"
],
"maxLength": 250,
"minLength": 1,
"type": "string"
},
"urn": {
"description": "Urn van de werkzaamheid",
"examples": [
"BoomKappen"
],
"pattern": "^\\w{1,100}$",
"type": "string"
}
},
"required": [
"urn",
"omschrijving",
"beginDatum"
]
},
{
"properties": {
"_embedded": {
"properties": {
"logischeRelaties": {
"description": "De werkzaamheden waarnaar een logische relatie bestaat.",
"items": {
"allOf": [
{
"description": "Werkzaamheid gegevens",
"properties": {
"urn": {
"description": "Urn van de werkzaamheid",
"examples": [
"BoomKappen"
],
"pattern": "^\\w{1,100}$",
"type": "string"
}
},
"required": [
"urn"
]
},
{
"properties": {
"_links": {
"properties": {
"versies": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
}
},
"required": [
"versies"
]
}
},
"required": [
"_links"
]
}
],
"description": "Werkzaamheid met HAL links"
},
"type": "array"
},
"trefwoorden": {
"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"
}
}
}
}
}
],
"description": "Werkzaamheid versie met HAL links",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/239140/toepasbareregels-opvragenwerkzaamheden-v1.json#/components/schemas/WerkzaamheidVersieHALResponse"
]
}