{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CancelStatementRequest", "type": "object", "properties": { "Id": { "type": "string", "description": "The identifier of the SQL statement to cancel" } } }