- SourceMeta name
- werkzaamheidhalresponselist
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 5.451 bytes
- Bytes bundled
- 7.123 bytes
- Health
- 79%
- Dependencies
- 1
Dependencies
- At
- /properties/page/$ref
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_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- 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
- /properties/_embedded/properties/werkzaamheden/items/allOf/0/properties/functioneleStructuurRef/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/0/properties/omschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/0/properties/trefwoorden/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/0/properties/trefwoorden/items/description
- Name
- items_schema_default
- Message
- Setting the `items` keyword to the true schema does not add any further constraint
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/1/properties/_embedded/properties/logischeRelaties/items
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/1/properties/_embedded/properties/logischeRelaties/description
- Name
- empty_object_as_true
- Message
- The empty schema `{}` accepts all values and is equivalent to the boolean schema `true`
- Pointers
- /properties/_embedded/properties/werkzaamheden/items/allOf/1/properties/_embedded/properties/logischeRelaties/items
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/crud-rtr-gegevens-g85pejgdr/werkzaamheidhalresponselist",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"properties": {
"werkzaamheden": {
"items": {
"allOf": [
{
"properties": {
"functioneleStructuurRef": {
"description": "De functioneleStructuurRef van de werkzaamheid.",
"type": "string"
},
"omschrijving": {
"description": "Omschrijving van de werkzaamheid.",
"type": "string"
},
"trefwoorden": {
"description": "Trefwoorden van de werkzaamheid.",
"items": {
"description": "Trefwoord van de werkzaamheid.",
"maxLength": 250,
"minLength": 1,
"type": "string"
},
"minItems": 0,
"type": "array"
},
"urn": {
"description": "Urn van de werkzaamheid",
"examples": [
"BoomKappen"
],
"pattern": "^\\w{1,100}$",
"type": "string"
}
},
"required": [
"urn",
"omschrijving",
"functioneleStructuurRef",
"trefwoorden"
]
},
{
"properties": {
"_embedded": {
"properties": {
"logischeRelaties": {
"description": "De werkzaamheden waarnaar een logische relatie bestaat.",
"items": {},
"type": "array"
}
},
"required": [
"logischeRelaties"
]
},
"_links": {
"properties": {
"activiteitKoppelingen": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"logischeRelaties": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"self": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
}
},
"required": [
"self",
"activiteitKoppelingen",
"logischeRelaties"
]
}
},
"required": [
"_links"
]
}
]
},
"minItems": 1,
"type": "array"
}
},
"required": [
"werkzaamheden"
]
},
"_links": {
"description": "Links om te navigeren door de paginering",
"properties": {
"first": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"last": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"next": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"prev": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"self": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
}
},
"required": [
"self",
"first",
"last"
]
},
"page": {
"$ref": "../_shared/page"
}
},
"required": [
"_links",
"page"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/167490/toepasbareregels-crud-rtr-gegevens-v2.json#/components/schemas/WerkzaamheidHALResponseList"
]
}