Zapier · Schema

ActionTypeEnum

* `action` - action

IntegrationsiPaaS
View JSON Schema on GitHub

JSON Schema

partner-api-action-type-enum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActionTypeEnum",
  "description": "* `action` - action",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-action-type-enum-schema.json",
  "type": "string",
  "enum": [
    "action"
  ]
}