Closed jpedrofontes closed 2 years ago
Hello, If an application does not use the scopes property in an oauth2 security flow, the property should be present in the output openapi.yaml to not cause a parsing error in Swagger.
It should be represented as an empty object:
scopes: {}
https://github.com/wI2L/fizz/pull/87 should fix the problem.
Hello, If an application does not use the scopes property in an oauth2 security flow, the property should be present in the output openapi.yaml to not cause a parsing error in Swagger.
It should be represented as an empty object:
scopes: {}