{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/d1_sql", "title": "d1_sql", "description": "Your SQL query. Supports multiple statements, joined by semicolons, which will be executed as a batch.", "example": "SELECT * FROM myTable WHERE field = ? OR field = ?;", "type": "string" }