{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/rings-settings-root",
  "title": "Concentric Ring FOV: Settings",
  "description": "The user-provided settings for the concentric rings module.",
  "type": "object",
  "properties": {
    "target_properties": {
      "description": "The user-provided target settings.",
      "$ref": "https://www.imatest.com/schema/25-1/rings-settings-target"
    },
    "test_measurements": {
      "description": "The user-provided test measurements.",
      "$ref": "https://www.imatest.com/schema/25-1/rings-settings-test-measurement"
    },
    "registration_mark": {
      "description": "The user-provided settings for detecting a registration mark.",
      "$ref": "https://www.imatest.com/schema/25-1/common-settings-registration-mark"
    },
    "batch_outputs": {
      "description": "The user-provided batch output settings.",
      "$ref": "https://www.imatest.com/schema/25-1/rings-settings-batch-outputs"
    }
  },
  "required": [
    "target_properties",
    "test_measurements",
    "registration_mark",
    "batch_outputs"
  ],
  "unevaluatedProperties": false
}