SQL query string data model.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SqlQueryStringDataModel", "title": "SqlQueryStringDataModel", "type": "object", "description": "SQL query string data model.", "properties": { "query": { "type": "string", "description": "The SQL query string." } } }