Amazon MediaConvert · JSON Structure

Mediaconvert Api List Jobs Response Structure

ListJobsResponse schema from Amazon MediaConvert API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListJobsResponse is a JSON Structure definition published by Amazon MediaConvert, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Jobs NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-list-jobs-response-structure.json",
  "name": "ListJobsResponse",
  "type": "object",
  "description": "ListJobsResponse schema from Amazon MediaConvert API",
  "properties": {
    "Jobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfJob"
        },
        {
          "xml": {
            "name": "jobs"
          },
          "description": "List of jobs"
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "Use this string to request the next batch of jobs."
        }
      ]
    }
  }
}