Forum Discussion
kwalsh
9 years agoNew Contributor
It looks like this error is related to API calls that reference objects that have variables that are two dimensional arrays. An example of this would be:
"ResultSet": {
"type": "object",
"properties": {
"Rows": {
"type": "array",
"items": {
"type": "array",
"items": { "type": "object" }
}
}
}
}
I'm going to go ahead and open up a bug with SmartBear and see where it goes.