{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "OTASubregionRequest",
  "type": "object",
  "description": "Version v1 -  OTA subregion Update API Request",
  "additionalProperties": true,
  "api_path": "/v2/ota_subregion_request",
  "properties": {
    "sub_regions": {
      "type": "array",
      "items": {
        "$ref": "/resources/schema/adm/v2/Subregion.json",
        "description": "Managed Area to check for update."
      }
    }
  },
  "required": [
    "sub_regions"
  ]
}