{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-figure-save-type-enum",
  "title": "Plot Save Format",
  "description": "The user-provided format(s) to save a figure as.",
  "type": "string",
  "enum": [
    "JPEG",
    "PNG",
    "Compressed TIFF",
    "Uncompressed TIFF",
    "MATLAB Figure",
    "PDF",
    "EPS Level 3 Black & White",
    "EPS Level 3 Color",
    "EPS Level 2 Black & White",
    "EPS Level 2 Color",
    "SVG"
  ]
}