- SourceMeta name
- activiteitmetsubactiviteiten
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.268 bytes
- Bytes bundled
- 1.268 bytes
- Health
- 25%
- 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_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/functioneleStructuurRef/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/subFunctioneleStructuurRefs/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeksroutering-a3hce_gdr/activiteitmetsubactiviteiten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"functioneleStructuurRef": {
"description": "De verwijzing naar een regelbeheerobject van een geselecteerde activiteit in de functionele structuur in de Registratie Toepasbare Regels.",
"type": "string"
},
"subFunctioneleStructuurRefs": {
"deprecated": true,
"description": "Verwijzing naar regelbeheerobjecten van geselecteerde subactiviteiten in de functionele structuur in de Registratie Toepasbare Regels. Voor verfijnbare activiteiten dient de lijst minimaal 1 item bevatten. Voor niet-verfijnbare activiteiten dient de lijst leeg te zijn. Deprecated omdat de verfijnbaar functionaliteit deprecated is.",
"items": {
"type": "string"
},
"maxItems": 100,
"type": "array"
}
},
"required": [
"functioneleStructuurRef",
"subFunctioneleStructuurRefs"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/171058/toepasbareregels-verzoeksroutering-v2.json#/components/schemas/ActiviteitMetSubactiviteiten"
]
}