Zapier · JSON Structure

Partner Api Invalid Zap Guesser Response Structure

InvalidZapGuesserResponse schema from Partner API

Type: object Properties: 1
IntegrationsiPaaS

InvalidZapGuesserResponse is a JSON Structure definition published by Zapier, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

messages

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-invalid-zap-guesser-response-structure.json",
  "name": "InvalidZapGuesserResponse",
  "description": "InvalidZapGuesserResponse schema from Partner API",
  "type": "object",
  "properties": {
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": {}
      },
      "description": "Contains informational messages about the prompt.",
      "example": [
        {}
      ]
    }
  }
}