{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-results-mask-none",
  "title": "Stray Light Mask Results: None",
  "description": "Mask information when the user specified not to mask.",
  "type": "object",
  "properties": {
    "type": {
      "description": "The type of mask result.",
      "type": "string",
      "const": "None"
    },
    "mask_file": {
      "description": "The mask file(s) generated during the analysis.",
      "$ref": "https://www.imatest.com/schema/25-1/common-filename-md5-array"
    },
    "channel": {
      "description": "The channel used to produce the mask.",
      "type": "string"
    }
  },
  "required": [
    "type",
    "mask_file",
    "channel"
  ],
  "unevaluatedProperties": false
}