TiyseeOccasional Visitor6 years agoCan 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 ?
Related ContentDefining Nested Data in Response SchemaDefining conditional attributes in OpenAPIEnum of defined objects