{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-crop-lrtb",
  "title": "Crop LRTB Settings",
  "description": "The user-provided settings for a stray light analysis run.",
  "type": "object",
  "properties": {
    "lrtb_px": {
      "description": "The user-provided crop values (left, right, top, bottom) in pixels.",
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": [
    "lrtb_px"
  ],
  "unevaluatedProperties": false
}