{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GenerateVerifiedQuerySuggestionsResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "vq_suggestions": { "type": "array" }, "warnings": { "type": "array" } } }