{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation",
  "title": "Stray Light Reference Image Compensation Data",
  "description": "Information about the normalization compensation.",
  "type": "object",
  "properties": {
    "compensation_factor": {
      "description": "The total normalization compensation factor.",
      "type": "number"
    },
    "source": {
      "description": "The compensation information from the reference image of the direct source.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-source"
    },
    "camera": {
      "description": "The compensation information from the camera.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-camera"
    }
  },
  "required": [
    "compensation_factor",
    "source",
    "camera"
  ],
  "unevaluatedProperties": false
}