{ "$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": [ {} ] } } }