always validation keys in response
This commit is contained in:
parent
797a7d488f
commit
faa4ea6877
@ -826,6 +826,7 @@ paths:
|
||||
"orders":
|
||||
[
|
||||
{
|
||||
"validContents": null,
|
||||
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
|
||||
"externalOrderId": "bac3958b-804a-43e3-b5f7-0b0fffaae5b7",
|
||||
"orderNumber": "123456",
|
||||
@ -1509,11 +1510,12 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2.1:
|
||||
summary: Order details v2.1
|
||||
description: Order details v2.1
|
||||
v2.2:
|
||||
summary: Order details v2.2
|
||||
description: Order details v2.2
|
||||
value:
|
||||
{
|
||||
"validContents": null,
|
||||
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
|
||||
"externalOrderId": "bac3958b-804a-43e3-b5f7-0b0fffaae5b7",
|
||||
"orderNumber": "123456",
|
||||
@ -1617,6 +1619,9 @@ paths:
|
||||
"description": "Financiele transactie voor de FIKO.",
|
||||
},
|
||||
],
|
||||
"validationResult": null,
|
||||
"additionalRemarks": [],
|
||||
"validationErrors": [],
|
||||
},
|
||||
],
|
||||
"payments":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user