JSON_Verification

JSON message about verification parameters of section password.

{
  "Verification": {
    "sectionNo": ,
/*requried, integer, section No.*/
    "passwordType": "",
/*optional, string, password types: "KeyA" (default), "KeyB"*/
    "password": ""
/*optional, string, a hexadecimal key, which depends on the password type*/
  }
}