{ "$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" ] }