{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum",
  "title": "Plot Save Format",
  "description": "The user-provided format(s) to save a figure as.",
  "type": "string",
  "enum": [
    "Save",
    "Display"
  ]
}