- SourceMeta name
- error
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.714 bytes
- Bytes bundled
- 1.714 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /externalDocs
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/detail/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/instance/description
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/status/description
- 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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/title/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/type/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/error",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Foutmelding conform RFC 7807.",
"externalDocs": {
"description": "RFC 7807 - Problem Details for HTTP APIs",
"url": "https://datatracker.ietf.org/doc/html/rfc7807"
},
"properties": {
"detail": {
"description": "Mens-leesbare uitleg van dit specifieke probleem.",
"examples": [
"Identificatie 123 heeft geen resultaat opgeleverd."
],
"type": "string"
},
"instance": {
"description": "Absolute URI dat dit specifieke probleem identificeert.",
"examples": [
"urn:uuid:608aa448-1b28-11e8-accf-0ed5f89f718b"
],
"format": "uri",
"type": "string"
},
"status": {
"description": "De HTTP statuscode gegenereerd door de server waar het probleem zich voordoet.",
"examples": [
404
],
"format": "int32",
"type": "integer"
},
"title": {
"description": "Een korte samenvatting van het probleemtype bedoeld voor ontwikkelaars.",
"examples": [
"De aanvraag bestaat niet."
],
"type": "string"
},
"type": {
"description": "Absolute URI dat het probleemtype identificeert.",
"examples": [
"https://content.omgevingswet.overheid.nl/fout/id/concept/BestaatNiet"
],
"format": "uri",
"type": "string"
}
},
"title": "Problem Details",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/Error"
]
}