JSON_ManualPersonArmingTrackCap

JSON message about capability of manual person arming

{
  "ManualPersonArmingTrackCap":{
/*required, manual person arming capability*/
    "TargetRect":{
      "StartPoint":{
/*required, coordinates of rectangular frame start point*/
        "positionX":{
/*required, X-coordiante of rectangular frame start point*/
          "@min":0, 
          "@max":1
        }, 
        "positionY":{
/*required, Y-coordiante of rectangular frame start point*/
          "@min":0, 
          "@max":1
        }
      }, 
      "EndPoint":{
/*required, coordinates of rectangular frame end point*/
        "positionX":{
/*required, X-coordiante of rectangular frame end point*/
          "@min":0, 
          "@max":1
        }, 
        "positionY":{
/*required, Y-coordiante of rectangular frame end point*/
          "@min":0, 
          "@max":1
        }
      }
    }
  }
}