Zapier · JSON Structure

Partner Api Zap Template Status Enum Structure

* `draft` - draft * `published` - published

Type: string Properties: 0
IntegrationsiPaaS

ZapTemplateStatusEnum 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-zap-template-status-enum-structure.json",
  "name": "ZapTemplateStatusEnum",
  "description": "* `draft` - draft\n* `published` - published",
  "type": "string",
  "enum": [
    "draft",
    "published"
  ]
}