- 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.658 bytes
- Bytes bundled
- 3.752 bytes
- Health
- 23%
- Dependencies
- 1
Dependencies
- At
- /properties/invalid-params/items/$ref
Health issues
- 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
- Name
- simple_properties_identifiers
- Message
- Set `properties` to identifier names that can be easily mapped to programming languages (matching [A-Za-z_][A-Za-z0-9_]*)
- Pointers
- /properties/invalid-params
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/code/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/error",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"description": "Systeem code die het type fout aangeeft.",
"minLength": 1,
"type": "string"
},
"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"
},
"invalid-params": {
"items": {
"$ref": "./invalidparams"
},
"type": "array"
},
"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"
}
},
"required": [
"detail",
"instance",
"status",
"title",
"type"
],
"title": "Error",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/Error"
]
}