VBCS Service Connection can test a REST endpoint but schema generated with Json Object is not parsed
Summary
JSON Object Handling in VBCS UI component bindingContent
Dear Team ,
We could not use a REST end point returning a JSON Payload which is of JSON Object structure. Is this a limitation of VBCS component. The JSON payload structure is like below . When we select Add data and select the service connection the schema is not loaded in next screen so mapping to fields could not be done.
{
"State Unassigned": {
"districtData": {
"Unassigned": {
"notes": "",
"active": 6975,
"confirmed": 6975,
"deceased": 0,
"recovered": 0,
"delta": {
"confirmed": -281,
"deceased": 0,
"recovered": 0
}
}
},
"statecode": "UN"
},
"Andaman and Nicobar Islands": {
"districtData": {
"Nicobars": {
"notes": "",
"active": 0,
"confirmed": 0,
"deceased": 0,
"recovered": 0,
"delta": {
"confirmed": 0,
"deceased": 0,