Zapier · JSON Structure

Partner Api Type Of Enum Structure

* `read` - read * `write` - write * `filter` - filter * `search` - search * `search_or_write` - search_or_write

Type: string Properties: 0
IntegrationsiPaaS

TypeOfEnum 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-type-of-enum-structure.json",
  "name": "TypeOfEnum",
  "description": "* `read` - read\n* `write` - write\n* `filter` - filter\n* `search` - search\n* `search_or_write` - search_or_write",
  "type": "string",
  "enum": [
    "read",
    "write",
    "filter",
    "search",
    "search_or_write"
  ]
}