Amazon MediaConvert · Schema
Preset
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| Arn | object | |
| Category | object | |
| CreatedAt | object | |
| Description | object | |
| LastUpdated | object | |
| Name | object | |
| Settings | object | |
| Type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-preset-schema.json",
"title": "Preset",
"description": "A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.",
"type": "object",
"properties": {
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "arn"
},
"description": "An identifier for this resource that is unique within all of AWS."
}
]
},
"Category": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "category"
},
"description": "An optional category you create to organize your presets."
}
]
},
"CreatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"xml": {
"name": "createdAt"
},
"description": "The timestamp in epoch seconds for preset creation."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "description"
},
"description": "An optional description you create for each preset."
}
]
},
"LastUpdated": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"xml": {
"name": "lastUpdated"
},
"description": "The timestamp in epoch seconds when the preset was last updated."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "A name you create for each preset. Each name must be unique within your account."
}
]
},
"Settings": {
"allOf": [
{
"$ref": "#/components/schemas/PresetSettings"
},
{
"xml": {
"name": "settings"
},
"description": "Settings for preset"
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/Type"
},
{
"xml": {
"name": "type"
},
"description": "A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user."
}
]
}
},
"required": [
"Settings",
"Name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-preset"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.