Zapier · Schema

AuthenticationTypeEnum

* `authentication` - authentication

IntegrationsiPaaS
View JSON Schema on GitHub

JSON Schema

partner-api-authentication-type-enum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthenticationTypeEnum",
  "description": "* `authentication` - authentication",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-authentication-type-enum-schema.json",
  "type": "string",
  "enum": [
    "authentication"
  ]
}