{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-source",
  "title": "Stray Light Light Source Compensation Data",
  "description": "Information about the light source compensation.",
  "type": "object",
  "anyOf": [
    {
      "$ref": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-direct-source"
    },
    {
      "$ref": "https://www.imatest.com/schema/25-1/straylight-results-normalization-compensation-lambertian-source"
    }
  ]
}