ogen-go / ogen

OpenAPI v3 code generator for go
https://ogen.dev
Apache License 2.0
1.46k stars 86 forks source link

revert: add support for Free-form Objects when a schema definitions only specifies type: object #1263

Closed tdakkota closed 5 months ago

tdakkota commented 5 months ago

Updates #1221. Reverts #1246.

Fixes #1255. Fixes #1262.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.87%. Comparing base (519770a) to head (31300cd). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1263 +/- ## ========================================== + Coverage 73.82% 73.87% +0.05% ========================================== Files 189 189 Lines 12809 12807 -2 ========================================== + Hits 9456 9461 +5 + Misses 2808 2801 -7 Partials 545 545 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tdakkota commented 5 months ago

@ernado PTAL