Amazon MediaLive · JSON Structure

Medialive Api Input Specification Structure

Placeholder documentation for InputSpecification

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Codec MaximumBitrate Resolution

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-medialive/refs/heads/main/json-structure/medialive-api-input-specification-structure.json",
  "name": "InputSpecification",
  "type": "object",
  "description": "Placeholder documentation for InputSpecification",
  "properties": {
    "Codec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputCodec"
        },
        {
          "xml": {
            "name": "codec"
          },
          "description": "Input codec"
        }
      ]
    },
    "MaximumBitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputMaximumBitrate"
        },
        {
          "xml": {
            "name": "maximumBitrate"
          },
          "description": "Maximum input bitrate, categorized coarsely"
        }
      ]
    },
    "Resolution": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputResolution"
        },
        {
          "xml": {
            "name": "resolution"
          },
          "description": "Input resolution, categorized coarsely"
        }
      ]
    }
  }
}