- SourceMeta name
- 401
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.094 bytes
- Bytes bundled
- 1.094 bytes
- Health
- 60%
- 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_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
- 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/digitaal-stelsel-omgevingswet-dso/verzoekconfiguratie-beheren-piec6lgvr/401",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"detail": "U bent niet geautoriseerd voor deze configuratie.",
"instance": "539f14d69f2fba81",
"status": 401,
"title": "Authenticatiegegevens ontbreken of zijn onjuist.",
"type": "https://content.omgevingswet.overheid.nl/id/concept/Ongeautoriseerd"
}
],
"properties": {
"instance": {
"type": "string"
},
"status": {
"format": "int64",
"type": "integer"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type",
"title",
"status"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/232859/verzoekconfiguratie-beheren-v1.json#/components/schemas/401",
"https://developer.omgevingswet.overheid.nl/publish/pages/232881/verzoekconfiguratie-opvragen-v1.json#/components/schemas/401"
]
}