{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/stray-light-settings-data-transform-enum",
  "title": "Stray Light Data Transforms",
  "description": "The user-provided transform applied to stray light metric image data.",
  "type": "string",
  "enum": [
    "Linear",
    "Log10",
    "dB (Power)",
    "dB (Voltage)",
    "Log2",
    "Natural Log"
  ]
}