{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-settings-save-plots",
  "title": "Stray Light Plotting Settings",
  "description": "User-provided plot settings for the Stray Light module.",
  "type": "object",
  "properties": {
    "plot_type": {
      "description": "The user-provided settings for the file format(s) to save plots as.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-type-enum"
      }
    },
    "level_plot": {
      "description": "The user-provided Level plot settings.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-settings-plot-level"
    },
    "count_plot": {
      "description": "The user-provided Count plot settings.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-settings-plot-count"
    }
  },
  "required": [
    "plot_type",
    "level_plot",
    "count_plot"
  ],
  "unevaluatedProperties": false
}