List Jobs Response

Response containing a list of jobs.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Jobs array
NextToken string
View JSON Schema on GitHub

JSON Schema

list-jobs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/list-jobs-response-schema.json",
  "title": "List Jobs Response",
  "description": "Response containing a list of jobs.",
  "type": "object",
  "properties": {
    "Jobs": {
      "type": "array",
      "items": {
        "$ref": "job-schema.json"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}