{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-settings-normcomp-direct-source",
  "title": "Stray Light Reference Image Source Compensation",
  "description": "The user-provided settings for the source-side compensation for a direct image of the source.",
  "type": "object",
  "properties": {
    "light_level_ratio": {
      "description": "The user-provided ratio of source light level of the reference capture to the analysis capture(s).",
      "type": "number"
    },
    "neutral_density": {
      "description": "The user-provided settings describing the ND filter used for the reference image.",
      "$ref": "https://www.imatest.com/schema/25-1/common-settings-neutral-density"
    }
  },
  "required": [
    "light_level_ratio",
    "neutral_density"
  ],
  "unevaluatedProperties": false
}