- SourceMeta name
- downloadrespons
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 822 bytes
- Bytes bundled
- 822 bytes
- Health
- -
- 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_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/url/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocument-downloaden-szbze1mdg/downloadrespons",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De respons van de download. Deze bevat een url naar de te downloaden zip.",
"properties": {
"url": {
"examples": [
"https://service.pre.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/downloaden/v1/download_uitwisselpakket/123e4567-e89b-12d3-a456-426614174000_20251209-0926182.zip"
],
"format": "url",
"type": "string"
}
},
"required": [
"url"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/204330/omgevingsdocumenten-downloaden-v1.json#/components/schemas/DownloadRespons"
]
}