- SourceMeta name
- problem
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.433 bytes
- Bytes bundled
- 1.433 bytes
- Health
- -
- Dependencies
- -
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
- 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/geometrieen-opvragen-q3vie1gvg/problem",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Standaardformaat (`application/problem+json`) voor probleemdetails in HTTP API's (RFC 7807).",
"properties": {
"detail": {
"description": "Mens-leesbare uitleg van dit specifieke probleem.",
"examples": [
"Geen verbinding met de database"
],
"type": "string"
},
"instance": {
"description": "Absolute URI dat dit specifieke probleem identificeert.",
"format": "uri",
"type": "string"
},
"status": {
"description": "De HTTP statuscode gegenereerd door de server waar het probleem zich voordoet.",
"examples": [
403
],
"exclusiveMaximum": 600,
"format": "int32",
"minimum": 100,
"type": "integer"
},
"title": {
"description": "Een korte samenvatting van het probleemtype bedoeld voor ontwikkelaars.",
"type": "string"
},
"type": {
"default": "about:blank",
"description": "Absolute URI dat het probleemtype identificeert.",
"format": "uri",
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/geometrieopvragen/v1/openapi.json#/components/schemas/Problem"
]
}