{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/rings-inputs",
  "title": "Concentric Ring FOV: Inputs",
  "description": "Inputs to the Concentric Rings FOV module.",
  "type": "object",
  "properties": {
    "image_file": {
      "description": "The image file that was analyzed.",
      "$ref": "https://www.imatest.com/schema/25-1/common-filename-md5"
    },
    "settings": {
      "description": "The user-provided settings for the analysis run.",
      "$ref": "https://www.imatest.com/schema/25-1/rings-settings-root"
    }
  },
  "required": [
    "image_file",
    "settings"
  ],
  "unevaluatedProperties": false
}