- SourceMeta name
- verzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.249 bytes
- Bytes bundled
- 33.717 bytes
- Health
- 78%
- Dependencies
- 17
Dependencies
- At
- /properties/activiteit/items/$ref
- At
- /properties/bevoegdGezag/$ref
- At
- /properties/document/items/$ref
- At
- /properties/locatie/$ref
- At
- /properties/rolaanduiding/$ref
- At
- /properties/verzoekMetadata/$ref
- At
- /properties/bijlage/items/$ref
- At
- /properties/subactiviteit/items/$ref
- At
- /properties/vraagAntwoord/items/$ref
- At
- /properties/bronLocatie/$ref
- At
- /properties/geometrie/oneOf/0/$ref
- At
- /properties/geometrie/oneOf/1/$ref
- At
- /properties/geometrie/oneOf/2/$ref
- At
- /oneOf/0/properties/adres/$ref
- At
- /oneOf/1/properties/postcode/$ref
- At
- /oneOf/2/properties/kadastraal/$ref
- At
- /oneOf/3/properties/coordinaten/$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/activiteit/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-3ajf61gdr/verzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"activiteit": {
"description": "Hier bevinden zich alle gegevens omtrent de geselecteerde activiteiten. De algemene set hoort hier ook bij.",
"items": {
"$ref": "./activiteit"
},
"maxItems": 1000,
"type": "array"
},
"bevoegdGezag": {
"$ref": "./bevoegdgezag"
},
"document": {
"items": {
"$ref": "../_shared/document"
},
"maxItems": 10000,
"type": "array"
},
"locatie": {
"$ref": "./locatie"
},
"rolaanduiding": {
"$ref": "../_shared/rolaanduiding"
},
"verzoekMetadata": {
"$ref": "../_shared/verzoekmetadata"
}
},
"required": [
"verzoekMetadata",
"bevoegdGezag",
"locatie",
"activiteit"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Verzoek",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Verzoek"
]
}