Zapier · Schema

InvalidZapGuesserResponse

IntegrationsiPaaS

Properties

Name Type Description
messages array Contains informational messages about the prompt.
View JSON Schema on GitHub

JSON Schema

zapier-invalidzapguesserresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvalidZapGuesserResponse",
  "title": "InvalidZapGuesserResponse",
  "type": "object",
  "properties": {
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": {}
      },
      "description": "Contains informational messages about the prompt.",
      "example": [
        {}
      ]
    }
  }
}