Bug Description
Current schema processing supports only a simple array - may need support for nested arrays (array of arrays)
Expected Behavior
Some of the business schemas contain nested arrays.
Steps to Reproduce
"arrayOfArrays": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
}
},
Solace Broker version
No response
Solace API
No response
Solace API version
No response