{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/start-job-response-structure.json", "title": "Start Job Response", "description": "Response after starting a job.", "type": "typedMap", "fields": { "JobId": { "type": "str", "description": "The JobId field" }, "State": { "type": "str", "description": "The State field" } } }