{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "handlers.CancelQueryJobResponse", "properties": { "queryJobId": { "example": "job-12345", "type": "string" } }, "required": [ "queryJobId" ], "type": "object" }