Zapier · Schema

ZapGuesserRequest

IntegrationsiPaaS

Properties

Name Type Description
description string The description of the Zap you wish to create
View JSON Schema on GitHub

JSON Schema

zapier-zapguesserrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ZapGuesserRequest",
  "title": "ZapGuesserRequest",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "The description of the Zap you wish to create",
      "example": "Example description for this resource."
    }
  },
  "required": [
    "description"
  ]
}