- SourceMeta name
- subactiviteit
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.448 bytes
- Bytes bundled
- 4.045 bytes
- Health
- 43%
- Dependencies
- 2
Dependencies
- At
- /properties/bijlage/items/$ref
- At
- /properties/vraagAntwoord/items/$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/id/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/urn/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/vraagAntwoord/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/subactiviteit",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bijlage": {
"items": {
"$ref": "../_shared/bijlage"
},
"maxItems": 10000,
"type": "array"
},
"id": {
"description": "De 'functioneleStructuurReferentie' van de subactiviteit.",
"maxLength": 500,
"type": "string"
},
"urn": {
"description": "De 'urn' van de subactiviteit. Ook wel imow-id genoemd.",
"maxLength": 256,
"type": "string"
},
"vraagAntwoord": {
"description": "Dit zijn antwoorden op de subactiviteit vragen. Subactiviteit vragen zijn vragen verkregen van de BepalenIndieningsvereisten service.",
"items": {
"$ref": "../_shared/vraagantwoord"
},
"maxItems": 10000,
"type": "array"
}
},
"required": [
"id",
"urn",
"vraagAntwoord"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/SubActiviteit",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/SubActiviteit",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/SubActiviteit"
]
}