{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "handlers.SubmitJobResponse", "properties": { "queryJobId": { "example": "job-12345", "type": "string" }, "sessionId": { "example": "550e8400-e29b-41d4-a716-446655440000", "type": "string" } }, "required": [ "queryJobId" ], "type": "object" }