Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Create Job Response Structure

The CreateJobResponse structure.

Type: object Properties: 1
Amazon Web ServicesMediaTranscodingVideo

CreateJobResponse is a JSON Structure definition published by Amazon Elastic Transcoder, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Job

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-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-create-job-response-structure.json",
  "name": "CreateJobResponse",
  "description": "The CreateJobResponse structure.",
  "type": "object",
  "properties": {
    "Job": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Job"
        },
        {
          "description": "A section of the response body that provides information about the job that is created."
        }
      ]
    }
  }
}