Forum Discussion
RonRatovsky
Staff
7 years agoBy defintion, you can't - that's not a valid JSON.
The most you can do is something like:
{
"Test": {
"name": "test1",
"passed": false
}
}bbuzzard
7 years agoOccasional Contributor
Actually that's what I think I want. How would you define that within the Swagger 2.0 components?
- RonRatovsky7 years ago
Staff
Do you have anything as a starting point?