- SourceMeta name
- generiekerrorresponse
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 585 bytes
- Bytes bundled
- 585 bytes
- Health
- 67%
- Dependencies
- -
Health issues
- Name
- required_properties_in_properties
- Message
- Every property listed in the `required` keyword must be explicitly defined using the `properties` keyword
- Pointers
- /required/0
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/terugmelding-api-ivefbx6ng/generiekerrorresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"reden": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"meldingsNummerVolledig",
"reden"
],
"title": "GeneriekErrorResponse",
"type": "object",
"x-derived-from": [
"https://api.kadaster.nl/tms/v2/openapi.json#/components/schemas/GeneriekErrorResponse"
]
}