{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-direct-source",
  "title": "Stray Light Direct Reference Image Compensation Data",
  "description": "Information about the light source compensation for a direct reference image normalization.",
  "type": "object",
  "properties": {
    "compensation_factor": {
      "description": "The overall compensation factor from the direct image of the source.",
      "type": "number"
    },
    "light_level_compensation_factor": {
      "description": "The compensation factor from the difference in light level.",
      "type": "number"
    },
    "neutral_density_compensation_factor": {
      "description": "The compensation factor from the neutral density filter.",
      "type": "number"
    }
  },
  "required": [
    "compensation_factor",
    "light_level_compensation_factor",
    "neutral_density_compensation_factor"
  ],
  "unevaluatedProperties": false
}