- SourceMeta name
- ontwerpaanvraagverzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 924 bytes
- Bytes bundled
- 924 bytes
- Health
- 34%
- 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_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/ontwerpaanvraagverzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Het verzoek om een ontwerp zip op te bouwen met de laatst bekende gegevens van de regeling met het genoemde regelingId (WorkId) en OntwerpBesluitIdentificatie.\n",
"properties": {
"ontwerpBesluitIdentificatie": {
"description": "Het OntwerpBesluitIdentificatie",
"type": "string"
},
"regelingId": {
"description": "De identificatie (WorkID) van de regeling.",
"type": "string"
}
},
"required": [
"ontwerpBesluitIdentificatie",
"regelingId"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/204330/omgevingsdocumenten-downloaden-v1.json#/components/schemas/OntwerpAanvraagVerzoek"
]
}