The solution was provided above, and it was just an issue with how swagger prints out examples. If it isn't too breaking of a change. Since subaccount can contain a varying amount of segments, wouldn't it make more sense that it was a list instead? Something like: [
{
"id": "string",
"value": "string"
},
{
"id": "string",
"value": "string"
}
]
... View more