Amazon MediaConvert · JSON Structure

Mediaconvert Api List Presets Response Structure

ListPresetsResponse schema from Amazon MediaConvert API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListPresetsResponse 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

NextToken Presets

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-presets-response-structure.json",
  "name": "ListPresetsResponse",
  "type": "object",
  "description": "ListPresetsResponse schema from Amazon MediaConvert API",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "Use this string to request the next batch of presets."
        }
      ]
    },
    "Presets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfPreset"
        },
        {
          "xml": {
            "name": "presets"
          },
          "description": "List of presets"
        }
      ]
    }
  }
}