Forum Discussion
- TanyaYatskovskaSmartBear Alumni (Retired)
Hi ssin48,
You need to use the JSON Schema Compliance assertion. Have you tried adding it to your project?
Related Content
- 12 months ago
Recent Discussions
- 2 days ago
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?