Validator V2
Discover more about the Validator V2 component and how to use it on the Digibee Integration Platform.
Parameters
Parameter
Description
Default value
Data type
Messages flow
Output
{
"success": false,
"validation": [
{
"type": "type",
"code": "1029",
"path": "$.code",
"schemaPath": "#/properties/code/type",
"arguments": [
"string",
"integer"
],
"details": null,
"message": "$.code: string found, integer expected"
},
{
"type": "required",
"code": "1028",
"path": "$",
"schemaPath": "#/required",
"arguments": [
"field"
],
"details": null,
"message": "$.field: is missing but it is required"
}
]
}
Was this helpful?