{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/406",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"detail": "Beschikbare stam versies: 5, 6",
"instance": "539f14d69f2fba81",
"status": 406,
"title": "De gevraagde STAM versie is niet beschikbaar.",
"type": "https://content.omgevingswet.overheid.nl/id/concept/StamVersieNietAcceptabel"
}
],
"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/406",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/406",
"https://developer.omgevingswet.overheid.nl/publish/pages/238080/verzoekenoverzicht-raadplegen-v1.json#/components/schemas/406"
]
}