{
"travelruleInfo": {
"initiatorVaspCode": "string",
"requestId": "string",
"receiverVaspCode": "string",
"verificationDirection": 0
},
"notifyResult": {
"verifyStatus": 0,
"verifyMessage": "string"
},
"piiVerifyResult": {
"verifiedFields": [
{
"message": "string",
"type": "110026",
"status": 1
}
]
},
"preflightCheckResult": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "string"
},
"piiSecuredInfo": {
"piiSpecVersion": "ivms101-2020",
"secretAlgorithm": "ecies_secp256r1",
"receiverKeyInfo": "(Refer to inner structure)",
"initiatorKeyInfo": "(Refer to inner structure)",
"securedPayload": "(base64 or other format's encrypted raw text)",
"encryptionParams": "(Refer to inner structure)",
"piiSecretFormatType": "FULL_JSON_OBJECT_ENCRYPT"
}
}