{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/straylight-root",
  "title": "Stray Light Root",
  "description": "The root level of an Imatest stray light result.",
  "type": "object",
  "properties": {
    "inputs": {
      "description": "The inputs for a stray light run.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-inputs"
    },
    "results": {
      "description": "The results from a stray light run.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-results"
    }
  },
  "required": [
    "inputs",
    "results"
  ],
  "unevaluatedProperties": false
}