{
"id": "in-1",
"type": "input",
"data": {
"label": "Applicant Form Submitted",
"triggerType": "webhook",
"description": "What triggers this workflow.",
"schema": [
{
"name": "applicant_id",
"type": "string",
"required": true,
"nullable": false,
},
{
"name": "declared_country",
"type": "string",
"required": true,
"nullable": false,
"description": "ISO 3166-1 alpha-2",
},
{
"name": "declared_address",
"type": "object",
"required": true,
"nullable": false,
"description": "{ street, city, state, postal_code, country }",
},
],
},
}