Amazon MediaConvert · JSON Structure

Mediaconvert Api Job Messages Structure

Provides messages from the service about jobs that you have already successfully submitted.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

JobMessages 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

Info Warning

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-job-messages-structure.json",
  "name": "JobMessages",
  "type": "object",
  "description": "Provides messages from the service about jobs that you have already successfully submitted.",
  "properties": {
    "Info": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "info"
          },
          "description": "List of messages that are informational only and don't indicate a problem with your job."
        }
      ]
    },
    "Warning": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "warning"
          },
          "description": "List of messages that warn about conditions that might cause your job not to run or to fail."
        }
      ]
    }
  }
}