ctiaffay-conserto
Results
2
issues of
ctiaffay-conserto
Hi there I have to filter a list of entities on a field which is based on a nullable enum : `http://localhost/list?limit=10&filter=val_1` I need to be able to get :...
### Content & configuration Swagger/OpenAPI definition: ```js { type: 'object', additionalProperties: { $ref: '#/components/schemas/item', }, } ``` Rendered schema in swagger UI : ```js { "additionalProp1": {}, "additionalProp2": {}, "additionalProp2":...