{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-camera",
  "title": "Stray Light Camera Compensation",
  "description": "Information about the camera-side normalization compensation.",
  "type": "object",
  "properties": {
    "compensation_factor": {
      "description": "The overall camera-side compensation factor.",
      "type": "number"
    },
    "integration_time_compensation_factor": {
      "description": "The compensation factor from the integration time.",
      "type": "number"
    },
    "gain_compensation_factor": {
      "description": "The compensation factor from the gain.",
      "type": "number"
    }
  },
  "required": [
    "compensation_factor",
    "integration_time_compensation_factor",
    "gain_compensation_factor"
  ],
  "unevaluatedProperties": false
}