Forum Discussion
No RepliesBe the first to reply
We can define array like this in components->schemas
"arrayExample": {
"type": "array",
"items": {
"$ref": "#/someObject"
}
},how to define a set ?