The request object for getting VQ suggestions
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GenerateVerifiedQuerySuggestionsRequest", "type": "object", "description": "The request object for getting VQ suggestions", "properties": { "warehouse": { "type": "string", "description": "Warehouse name to use for processing suggestions." }, "experimental": { "type": "string", "description": "JSON serialized string of experimental API fields (undocumented)." } } }