{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-image-frame-formats-enum",
  "title": "Image Series Formats",
  "description": "The user-provided format(s) for saving each frame of the video.",
  "type": "string",
  "enum": [
    "png",
    "jpg",
    "tiff"
  ]
}