Amazon MediaConvert · JSON Structure

Mediaconvert Api Update Preset Request Structure

UpdatePresetRequest schema from Amazon MediaConvert API

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Category Description Settings

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-update-preset-request-structure.json",
  "name": "UpdatePresetRequest",
  "type": "object",
  "description": "UpdatePresetRequest schema from Amazon MediaConvert API",
  "properties": {
    "Category": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "category"
          },
          "description": "The new category for the preset, if you are changing it."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "The new description for the preset, if you are changing it."
        }
      ]
    },
    "Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PresetSettings"
        },
        {
          "xml": {
            "name": "settings"
          },
          "description": "Settings for preset"
        }
      ]
    }
  }
}