Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 571 Bytes

validation.md

File metadata and controls

18 lines (17 loc) · 571 Bytes

validation

Essa ação foi baseada no cerberus, basicamente é possível escrever validações utilizando as regras disponíveis no cerberus

{
    "id": "2",
    "action": "validation",
    "data": {
        "schema": {
            "name": {"type": "string"},
            "age": {"type": "integer"}
        },
        "next_action_success": "3",
        "next_action_fail": "4"
    },
    "next_action": "${pipeline.next_action}"
}