{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionZapierTriggerWebhookParams", "title": "FlowActionZapierTriggerWebhookParams", "type": "object", "additionalProperties": true, "required": [ "connection_id" ], "properties": { "connection_id": { "type": "string", "maxLength": 30, "format": "flows-vault-connections-id" }, "method": { "type": "string", "enum": [ "GET", "POST", "PUT" ] } } }