Forum Discussion
1 Reply
Hi ssin48,
You need to use the JSON Schema Compliance assertion. Have you tried adding it to your project?
Sample JSON request:
{
"beneficiaryDetails":{
"beneficiaries":[
{
"allocation":"100",
"fullname":"Spouse",
"relationship":{
"code":"1",
"name":"Spouse"
}
}
],
"beneficiaryChoice":"Preferred"
}
}
Hi ssin48,
You need to use the JSON Schema Compliance assertion. Have you tried adding it to your project?