{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-base",
  "title": "Imatest Results Base",
  "description": "The result(s) of an Imatest analysis run.",
  "type": "object",
  "properties": {
    "imatest": {
      "description": "Information about the Imatest run.",
      "$ref": "https://www.imatest.com/schema/25-1/common-header"
    },
    "concentric_rings_fov": {
      "description": "Inputs and results from a concentric rings fov analysis run.",
      "$ref": "https://www.imatest.com/schema/25-1/results-rings-root"
    },
    "stray_light": {
      "description": "Inputs and results from a stray light analysis run.",
      "$ref": "https://www.imatest.com/schema/25-1/straylight-root"
    },
    "note": {
      "description": "(TRIAL ONLY) Information that results are not saveable in a trial.",
      "type": "string",
      "const": "Cannot save full results in a trial."
    }
  },
  "required": [
    "imatest"
  ],
  "unevaluatedProperties": false
}