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