{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-inputs",
  "title": "Stray Light Inputs",
  "description": "The user-provided inputs for a stray light analysis run.",
  "type": "object",
  "properties": {
    "settings": {
      "description": "The user-provided settings (from an INI file).",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-settings"
    },
    "configuration_note": {
      "description": "Any user-provided notes from the stray light configuration file.",
      "type": "string"
    }
  },
  "required": [
    "settings"
  ],
  "unevaluatedProperties": false
}