- SourceMeta name
- activiteit
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.913 bytes
- Bytes bundled
- 6.258 bytes
- Health
- 46%
- Dependencies
- 3
Dependencies
- At
- /properties/bijlage/items/$ref
- At
- /properties/subactiviteit/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/bijlage/description
- 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/subactiviteit/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/activiteit",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"required": [
"subactiviteit"
]
},
{
"required": [
"vraagAntwoord"
]
}
],
"properties": {
"bijlage": {
"description": "Bijlagen behorende bij een Activiteit. Leeg indien er sprake is van een subactiveit.",
"items": {
"$ref": "../_shared/bijlage"
},
"maxItems": 10000,
"type": "array"
},
"id": {
"description": "De 'functioneleStructuurReferentie' van de activiteit.",
"maxLength": 500,
"type": "string"
},
"subactiviteit": {
"description": "een sub-activiteit. Verplicht als er sprake is van een sub-activiteit.",
"items": {
"$ref": "./subactiviteit"
},
"maxItems": 1000,
"type": "array"
},
"urn": {
"description": "De 'urn' van de activiteit. Ook wel imow-id genoemd.",
"maxLength": 256,
"type": "string"
},
"vraagAntwoord": {
"description": "Dit zijn antwoorden op de activiteit vragen. Activiteit vragen zijn vragen verkregen van de BepalenIndieningsvereisten service. Leeg indien er sprake is van een subactivieit.",
"items": {
"$ref": "../_shared/vraagantwoord"
},
"maxItems": 10000,
"type": "array"
}
},
"required": [
"id",
"urn"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/Activiteit",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Activiteit",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Activiteit"
]
}