{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/rings-results-field-angle",
  "title": "Concentric Rings FOV Results: Field Angle",
  "description": "The maximum field angles for each of the radials.",
  "type": "object",
  "properties": {
    "east_deg": {
      "description": "The field angle in degrees along the east radial.",
      "type": "number"
    },
    "south_east_deg": {
      "description": "The field angle in degrees along the south east radial.",
      "type": "number"
    },
    "south_deg": {
      "description": "The field angle in degrees along the south radial.",
      "type": "number"
    },
    "south_west_deg": {
      "description": "The field angle in degrees along the south west radial.",
      "type": "number"
    },
    "west_deg": {
      "description": "The field angle in degrees along the west radial.",
      "type": "number"
    },
    "north_west_deg": {
      "description": "The field angle in degrees along the north west radial.",
      "type": "number"
    },
    "north_deg": {
      "description": "The field angle in degrees along the north radial.",
      "type": "number"
    },
    "north_east_deg": {
      "description": "The field angle in degrees along the north east radial.",
      "type": "number"
    }
  },
  "required": [
    "east_deg",
    "south_east_deg",
    "south_deg",
    "south_west_deg",
    "west_deg",
    "north_west_deg",
    "north_deg",
    "north_east_deg"
  ],
  "unevaluatedProperties": false
}