Amazon Data Exchange · JSON Structure

Create Job Request Structure

Request body for creating a new job.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Create Job Request Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/create-job-request-structure.json",
  "title": "Create Job Request",
  "description": "Request body for creating a new job.",
  "type": "typedMap",
  "fields": {
    "Type": {
      "type": "str",
      "description": "The Type field"
    },
    "Details": {
      "type": "map",
      "description": "The Details field"
    }
  }
}