{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-video-formats-enum",
  "title": "Video Output Format",
  "description": "The user-provided format(s) for saving a video.",
  "type": "string",
  "enum": [
    "mp4",
    "avi",
    "gif"
  ]
}