{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-settings-videos",
  "title": "Stray Light Video Settings",
  "description": "The user-provided settings saving video (or series of image) files.",
  "type": "object",
  "properties": {
    "metric_image": {
      "description": "The user-provided settings for saving color-mapped metric images.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-settings-video-metric-image"
    },
    "histogram": {
      "description": "The user-provided settings for saving histogram videos.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-settings-video-histogram"
    }
  },
  "required": [
    "metric_image",
    "histogram"
  ],
  "unevaluatedProperties": false
}