AbsaOSS / enceladus

Dynamic Conformance Engine
Apache License 2.0
30 stars 14 forks source link

Swagger API docs example value not showing proper values #2160

Closed Zejnilovic closed 1 year ago

Zejnilovic commented 1 year ago

Describe the bug

When I run swagger API docs and look at the example value for both, create and returns, and I don't very well understand them, and they don't look like what I would expect.

Screenshots

image
dk1844 commented 1 year ago

To be inspired by https://github.com/AbsaOSS/login-gateway/pull/14

dk1844 commented 1 year ago

Release notes: SpringFox implementation replaced by newer SpringDoc -> brings OpenAPI 3 (can be generated from annotations), newer swagger with more info, examples, and JWT working (/api/login is part of OpenAPI and can be used in Swagger UI, too).