Zapier · Schema

AuthenticationTypeEnum

* `authentication` - authentication

IntegrationsiPaaS
View JSON Schema on GitHub

JSON Schema

zapier-authenticationtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticationTypeEnum",
  "title": "AuthenticationTypeEnum",
  "enum": [
    "authentication"
  ],
  "type": "string",
  "description": "* `authentication` - authentication"
}