{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-normalization-level",
  "title": "Stray Light Normalization: Level",
  "description": "The normalization data for level normalization.",
  "type": "object",
  "properties": {
    "factor_DN": {
      "description": "The computed normalization factor in digital numbers.",
      "type": "number"
    }
  },
  "required": [
    "factor_DN"
  ],
  "unevaluatedProperties": false
}