- SourceMeta name
- aanvraagverzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.174 bytes
- Bytes bundled
- 1.174 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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/juridischGeldigOp/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/regelingId/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocument-downloaden-szbze1mdg/aanvraagverzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Het verzoek om een zip op te bouwen met de laatst bekende gegevens van de regeling met het genoemde regelingId (WorkId).\n",
"properties": {
"juridischGeldigOp": {
"description": "Een tijdreisparameter langs de juridische-werking-tijdsas. Deze tijdreis toont de versie van het object die op de opgegeven datum juridisch in werking is. Wanneer deze parameter niet opgegeven wordt, dan wordt een tijdreisvraag gesteld met als parameter 'vandaag'.\n",
"examples": [
"2023-06-01"
],
"format": "date",
"type": "string"
},
"regelingId": {
"description": "De identificatie (WorkID) van de regeling, of een identificatie van toestand (Expression).",
"type": "string"
}
},
"required": [
"regelingId"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/204330/omgevingsdocumenten-downloaden-v1.json#/components/schemas/AanvraagVerzoek"
]
}