{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_sql.json", "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" }