Validator V1 (Deprecated)
Know the component and how to use it.
Parameters
Parameter
Description
Default value
Data type
Messages flow
Input
{
"data": [
{
"product": "Samsung 4k Q60T 55",
"price": 3278.99
},
{
"product": "Samsung galaxy S20 128GB",
"price": 3698.99
}
]
}Output
Validator in action
Informing a schema and sending a JSON that doesn’t match the requirements
Input
Output
Informing a schema and sending a JSON that matches the requirements
Input
Output
Was this helpful?