Start Job Response

Response after starting a job.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
JobId string
State string
View JSON Schema on GitHub

JSON Schema

start-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/start-job-response-schema.json",
  "title": "Start Job Response",
  "description": "Response after starting a job.",
  "type": "object",
  "properties": {
    "JobId": {
      "type": "string"
    },
    "State": {
      "type": "string"
    }
  }
}