- SourceMeta name
- invalidparams
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.777 bytes
- Bytes bundled
- 1.777 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_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- 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/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/name/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/reason/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/invalidparams",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Wanneer de fout is veroorzaakt door fouten in requestparameters (of request body), \nwordt invalid-params gevuld met details over elke foute parameter.\nWanneer er fouten zitten op meerdere parameters, wordt er per validatiefout een \ninvalid-params instantie opgenomen in het antwoord. \nAlle fouten worden dus teruggegeven.\nEen gedetailleerde beschrijving hoe de onderstaande attributen ingevuld moeten \nworden staat op:\nhttps://github.com/VNG-Realisatie/Haal-Centraal-BRP-bevragen/blob/master/features/foutafhandeling.feature\"\n",
"properties": {
"code": {
"description": "Een vaste waarde afhankelijk van het soort fout.",
"examples": [
"date"
],
"type": "string"
},
"name": {
"description": "De naam van de parameter waar de fout in zit.",
"examples": [
"geldigOp"
],
"type": "string"
},
"reason": {
"description": "Een vaste omschrijving afhankelijk van het soort fout.",
"examples": [
"Waarde is geen geldige datum."
],
"type": "string"
},
"type": {
"description": "Een url naar een beschrijving van de fout in de parameter. \nDe hier gerefereerde foutbeschrijving is specifieker dan type op het \nhoofdniveau van het bericht.\n",
"format": "uri",
"type": "string"
}
},
"required": [
"code",
"name",
"reason"
],
"title": "InvalidParams",
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/InvalidParams"
]
}