Identification Service OpenAPI produces a bunch of unused fields
Closed this issue · 0 comments
coriolinus commented
This is apparently because instead of emitting appropriate FooResponse
types in the API definition, it's returning Default_1
in all cases instead.
- Come up with a minimal reproducible example
- turn it into a test case
- fix it