{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/centraal-bureau-voor-de-statistiek/o-data-service-for-namespace-cbs-website-o-data-api-models-uane-umvr/cbs.website.odataapi.models.odataerrors.mainerror",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"type": "string"
},
"details": {
"items": {
"$ref": "./cbs.website.odataapi.models.odataerrors.errordetails"
},
"type": "array"
},
"innerError": {
"description": "The structure of this object is service-specific",
"type": "object"
},
"message": {
"type": "string",
"x-ms-primary-error-message": true
},
"target": {
"type": [
"string",
"null"
]
}
},
"required": [
"code",
"message"
],
"type": "object",
"x-derived-from": [
"https://www.cbs.nl/odata/v1/openapi.json#/components/schemas/CBS.Website.ODataApi.Models.ODataErrors.MainError"
]
}