{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/error",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"description": "Systeem code die het type fout aangeeft.",
"minLength": 1,
"type": "string"
},
"detail": {
"description": "Een gedetailleerde beschrijving van de HTTP status code.",
"examples": [
"Het verzoek vereist gebruikers authenticatie."
],
"type": "string"
},
"instance": {
"description": "URI van de aanroep die fout heeft veroorzaakt.",
"format": "uri",
"type": "string"
},
"invalid-params": {
"items": {
"$ref": "./invalidparams"
},
"type": "array"
},
"status": {
"description": "De HTTP status code.",
"examples": [
401
],
"type": "integer"
},
"title": {
"description": "De titel behorende bij de HTTP status code.",
"examples": [
"Niet correct geauthenticeerd"
],
"type": "string"
},
"type": {
"description": "URI naar een pagina met meer informatie over deze foutmelding voor de ontwikkelaar.\n",
"examples": [
"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#/10.4.2 401 Unauthorized"
],
"format": "uri",
"type": "string"
}
},
"required": [
"detail",
"instance",
"status",
"title",
"type"
],
"title": "Error",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/Error"
]
}