Create Job Request

Request body for creating a new job.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Type string
Details object
View JSON Schema on GitHub

JSON Schema

create-job-request-schema.json Raw ↑
{
  "$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"
    }
  }
}