JSON_ARCManualTestCap

JSON message about the capability of ARC manual test

{
  "id": {  
/*required, object, ARC ID*/
    "@min":  1,  
/*optional, int, the minimum value*/
    "@max":  4  
/*optional, int, the maximum value*/
  },
  "status": {  
/*required, object, status*/
    "@opt": ["success", "processing", "failed"]  
/*optional, array of string: "success", "processing", "failed"*/
  }
}