{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReturnTable", "type": "object", "properties": { "column_list": { "type": "array", "description": "List of table columns to return" } } }