{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ZapTemplateStatusEnum", "description": "* `draft` - draft\n* `published` - published", "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-zap-template-status-enum-schema.json", "type": "string", "enum": [ "draft", "published" ] }