Roman Pochanin

Results 1 issues of Roman Pochanin

I'm generating the following yaml spec file with openapi 3.0.0 from my kotlin backend: ```yml Request: required: - field1 - field2 - field3 type: object properties: field1: type: string field2:...