{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/rings-settings-save-plots",
  "title": "Concentric Rings FOV Plotting Settings",
  "description": "User-provided plot settings for the Concentric Rings FOV 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"
      }
    },
    "plot_1_radius_vs_field_angle": {
      "description": "The user-provided settings for how to save/display the plot.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum"
      }
    },
    "plot_2_detection_and_fov_summary": {
      "description": "The user-provided settings for how to save/display the plot.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum"
      }
    },
    "plot_3_relative_distortion_mm": {
      "description": "The user-provided settings for how to save/display the plot.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum"
      }
    },
    "plot_4_relative_distortion_px": {
      "description": "The user-provided settings for how to save/display the plot.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum"
      }
    },
    "plot_5_optical_distortion_percentage": {
      "description": "The user-provided settings for how to save/display the plot.",
      "type": "array",
      "items": {
        "$ref": "https://www.imatest.com/schema/25-1/common-settings-figure-save-display-enum"
      }
    },
    "plot_5_optical_distortion_x_axis": {
      "description": "The user-provided x-axis for the optical distortion plot.",
      "type": "string",
      "enum": [
        "Field Angle",
        "Distorted Radii",
        "Undistorted Radii"
      ]
    }
  },
  "required": [
    "plot_type",
    "plot_1_radius_vs_field_angle",
    "plot_2_detection_and_fov_summary",
    "plot_3_relative_distortion_mm",
    "plot_4_relative_distortion_px",
    "plot_5_optical_distortion_percentage"
  ],
  "unevaluatedProperties": false
}