{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-settings-normcomp-camera",
  "title": "Stray Light Reference Image Camera Compensation",
  "description": "The user-provided camera-side compensation measurements.",
  "type": "object",
  "properties": {
    "integration_time_ratio": {
      "description": "The user-provided ratio of integration time of the reference capture to the analysis capture(s).",
      "type": "number"
    },
    "gain_ratio": {
      "description": "The user-provided ratio of camera gain of the reference capture to the analysis capture(s).",
      "type": "number"
    }
  },
  "required": [
    "integration_time_ratio",
    "gain_ratio"
  ],
  "unevaluatedProperties": false
}