Forum Discussion

Tiysee's avatar
Tiysee
Occasional Visitor
5 years ago

Can define the type of data as Set?

We can define array like this in components->schemas

 

"arrayExample": {
            "type": "array",
            "items": {
              "$ref": "#/someObject"
            }
          },

how to define a set ?

No RepliesBe the first to reply