{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/409",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"detail": "Probeer het later nog eens, nadat de aanvulling is verwerkt.",
"instance": "539f14d69f2fba81",
"status": 409,
"title": "Conflict",
"type": "https://content.omgevingswet.overheid.nl/id/concept/Conflict"
}
],
"properties": {
"instance": {
"type": "string"
},
"status": {
"format": "int64",
"type": "integer"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type",
"title",
"status"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/409",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/409"
]
}