Amazon MediaConvert · JSON Structure

Mediaconvert Api Job Template List By Structure

Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-template-list-by-structure.json",
  "name": "JobTemplateListBy",
  "type": "string",
  "description": "Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.",
  "enum": [
    "NAME",
    "CREATION_DATE",
    "SYSTEM"
  ]
}