{ "type": "object", "name": "SuccessfulCreatejobQueryRequest", "properties": { "operation": { "type": "string" }, "query": { "type": "string" }, "contentType": { "type": "string" }, "columnDelimiter": { "type": "string" }, "lineEnding": { "type": "string" } }, "required": [ "operation", "query", "contentType", "columnDelimiter", "lineEnding" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }