{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-settings-normalization-level",
  "title": "Stray Light Level-Based Normalization Settings",
  "description": "The user-provided settings for computing the level normalization factor.",
  "type": "object",
  "properties": {
    "value_DN": {
      "description": "The user-provided normalization factor in digital number.",
      "type": "number"
    }
  },
  "required": [
    "value_DN"
  ],
  "unevaluatedProperties": false
}