- SourceMeta name
- behandeldienstwijzigen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.219 bytes
- Bytes bundled
- 1.219 bytes
- Health
- -
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/oinBehandeldienst/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/oinBevoegdGezag/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/behandeldienstwijzigen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"oinBehandeldienst": "00000000000987654321",
"oinBevoegdGezag": "00000000000123456789"
}
],
"properties": {
"oinBehandeldienst": {
"description": "Organisatie identificatie nummer van behandeldienst. Indien geen OIN wordt opgegeven of null dan wordt deze verwijderd.",
"pattern": "^\\d{20}$",
"type": [
"string",
"null"
]
},
"oinBevoegdGezag": {
"description": "Organisatie identificatie nummer van bevoegd gezag. Indien deze niet hetzelfde is als het huidige bevoegd gezag dan wordt deze gewijzigd.",
"pattern": "^\\d{20}$",
"type": "string"
}
},
"required": [
"oinBevoegdGezag"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/BehandeldienstWijzigen",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/BehandeldienstWijzigen"
]
}