- SourceMeta name
- errorresponse
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.150 bytes
- Bytes bundled
- 2.091 bytes
- Health
- 75%
- Dependencies
- 1
Dependencies
- At
- /properties/parameterDetail/items/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- 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
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/status/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/status/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/cor-api-services-xuflbx6ng/errorresponse",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Foutmeldinggegevens",
"properties": {
"detail": {
"description": "Het detail van de foutmelding",
"type": "string"
},
"instance": {
"description": "Het UUID waarmee een beheerder de foutmelding eenvoudig terug kan vinden in de log",
"type": "string"
},
"parameterDetail": {
"description": "Een lijst met foutdetails over de gebruikte parameters",
"items": {
"$ref": "./errorresponseparameter"
},
"type": "array"
},
"status": {
"description": "De HTTP status code",
"format": "int32",
"type": "integer"
},
"title": {
"description": "De titel van het fouttype",
"type": "string"
},
"type": {
"description": "De link naar het fouttype",
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://oinregister.logius.nl/api/v1/openapi.json#/components/schemas/ErrorResponse"
]
}