Zapier · JSON Structure

Partner Api Code Enum Structure

* `user` - user * `authentication` - authentication * `partner` - partner * `system` - system * `throttled` - throttled * `system_throttled` - system_throttled * `hydration` - hydration

Type: string Properties: 0
IntegrationsiPaaS

CodeEnum 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-code-enum-structure.json",
  "name": "CodeEnum",
  "description": "* `user` - user\n* `authentication` - authentication\n* `partner` - partner\n* `system` - system\n* `throttled` - throttled\n* `system_throttled` - system_throttled\n* `hydration` - hydration",
  "type": "string",
  "enum": [
    "user",
    "authentication",
    "partner",
    "system",
    "throttled",
    "system_throttled",
    "hydration"
  ]
}