Request body for creating a new job.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/create-job-request-schema.json", "title": "Create Job Request", "description": "Request body for creating a new job.", "type": "object", "required": [ "Type", "Details" ], "properties": { "Type": { "type": "string" }, "Details": { "type": "object" } } }