JSON_HumanAppendData

JSON message about additional information of person in human body picture.

{
  "HumanAppendData":{
    "name": "",
/*required, string, person name, the maximum length is 64*/
    "gender": "",
/*optional, string, gender: "male", "female", "unknown", the maximum length is 10*/
    "bornTime": "", 
/*required, string, date of birth, ISO8601 time format, the maximum length is 32*/
    "province": "",
/*optional, string, province of birth, the maximum length is 32*/
    "city": "",
/*optional, string, city of birth, the maximum length is 32*/ 
    "certificateType ": "",
/*optional, string, certificate type: "officerID"-officer ID, "ID"-identity card, "other"-other; the maximum length is 10*/
    "certificateNumber": ""
/*optional, string, certificate No., the maximum length is 32*/ 
    "PersonInfoExtend": [{
/*optional, custom extension information of person*/
      "id": ,
/*optional, integer32, serial No. of person custom extension information, starts from 1*/
     "value": ""
/*optional, string, extension information content*/
    }]
  }
}