{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-verbeelden-ibyvejgdg/invalidparam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "",
"properties": {
"name": {
"title": "name",
"type": "string"
},
"reason": {
"title": "reason",
"type": "string"
}
},
"required": [
"name"
],
"title": "InvalidParam",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/verbeelden/v3/openapi.json#/components/schemas/InvalidParam"
]
}