Skip to content

[Bug]: Support for Array of Arrays (of numbers, say) #52

@gvensan

Description

@gvensan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions