Zapier · JSON Structure

Partner Api Action Type Enum Structure

* `action` - action

Type: string Properties: 0
IntegrationsiPaaS

ActionTypeEnum is a JSON Structure definition published by Zapier. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-structure/partner-api-action-type-enum-structure.json",
  "name": "ActionTypeEnum",
  "description": "* `action` - action",
  "type": "string",
  "enum": [
    "action"
  ]
}