- SourceMeta name
- problemdetails
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.489 bytes
- Bytes bundled
- 1.489 bytes
- Health
- -
- Dependencies
- -
Health issues
- 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
- 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
- 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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/type/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/problemdetails",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Dit type bevat een definitief van het basis JSON object voor problem details conform RFC 7807.",
"properties": {
"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"
},
"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"
}
},
"title": "ProblemDetails",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/ProblemDetails"
]
}