- SourceMeta name
- validatiefout
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.756 bytes
- Bytes bundled
- 3.083 bytes
- Health
- 78%
- Dependencies
- 1
Dependencies
- At
- /properties/invalidParams/items/$ref
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
- 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
- /properties/instance/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/vng/_shared/validatiefout",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"code": {
"description": "Systeemcode die het type fout aangeeft",
"minLength": 1,
"title": "Code",
"type": "string"
},
"detail": {
"description": "Extra informatie bij de fout, indien beschikbaar",
"minLength": 1,
"title": "Detail",
"type": "string"
},
"instance": {
"description": "URI met referentie naar dit specifiek voorkomen van de fout. Deze kan gebruikt worden in combinatie met server logs, bijvoorbeeld.",
"minLength": 1,
"title": "Instance",
"type": "string"
},
"invalidParams": {
"items": {
"$ref": "./fieldvalidationerror"
},
"type": "array"
},
"status": {
"description": "De HTTP status code",
"title": "Status",
"type": "integer"
},
"title": {
"description": "Generieke titel voor het type fout",
"minLength": 1,
"title": "Title",
"type": "string"
},
"type": {
"description": "URI referentie naar het type fout, bedoeld voor developers",
"title": "Type",
"type": "string"
}
},
"required": [
"code",
"title",
"status",
"detail",
"instance",
"invalidParams"
],
"type": "object",
"x-derived-from": [
"https://autorisaties-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/ValidatieFout",
"https://besluiten-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/ValidatieFout",
"https://notificaties-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/ValidatieFout"
]
}