- SourceMeta name
- werkzaamheidhalresponse
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.248 bytes
- Bytes bundled
- 1.248 bytes
- Health
- 86%
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/opvragen-werkzaamheden-zblce_rdr/werkzaamheidhalresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"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",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/239140/toepasbareregels-opvragenwerkzaamheden-v1.json#/components/schemas/WerkzaamheidHALResponse"
]
}