- SourceMeta name
- behandeldienstconfiguratierequest
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.172 bytes
- Bytes bundled
- 2.172 bytes
- Health
- 46%
- 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/activiteit/properties/oin/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/locatieOins/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/toestemming/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/toestemming/properties/code/enum - /properties/toestemming/properties/code/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/toestemming/properties/waarde/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/behandeldienst-configuratie-faug6_rdg/behandeldienstconfiguratierequest",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"activiteit": {
"properties": {
"naam": {
"description": "Naam (urn) van de activiteit",
"type": "string"
},
"oin": {
"deprecated": true,
"description": "Wordt niet meer gebruikt. Bevat altijd de waarde 00000000000000000000.",
"type": "string"
}
},
"required": [
"naam"
]
},
"behandeldienstOin": {
"description": "De oin van de behandeldienst",
"type": "string"
},
"locatieOins": {
"description": "De locaties waar deze configuratie van toepassing is. De locaties zijn de rijks-, gemeente-, provincie- of waterschapgrenzen geidentificeerd met de oin.",
"items": {
"type": "string"
},
"maxItems": 500,
"type": "array"
},
"oin": {
"description": "De oin van de organisatie",
"type": "string"
},
"toestemming": {
"description": "Toestemmingtype van het regelbeheerobject.",
"properties": {
"code": {
"description": "Code van de toestemming",
"enum": [
"Vergunning",
"Melding",
"Informatie",
"InformatieOngewoonVoorval",
"AanvraagMaatwerkvoorschrift",
"MeldingGelijkwaardigeMaatregel",
"AanvraagToestemmingGelijkwaardigeMaatregel"
],
"type": "string"
},
"waarde": {
"deprecated": true,
"description": "Dit veld wordt genegeerd en zal in de volgende versie niet meer aanwezig zijn.",
"type": "string"
}
},
"required": [
"code"
]
}
},
"required": [
"oin",
"activiteit",
"behandeldienstOin"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/165392/toepasbareregels-behandeldienstconfiguraties-v1.json#/components/schemas/BehandeldienstConfiguratieRequest"
]
}