Commit e9cd8cf
committed
fix: address review feedback on OpenAPI converter
- Add build/generate-openapi.go as Makefile prerequisite so changes
to the converter trigger spec regeneration
- Remove leftover `_ = key` no-op statement
- Add top-of-file comment explaining what the converter does and why
- Document why knownEnumTypes mapping is needed
Co-Authored-By: Claude Opus 4 (claude-opus-4-6)1 parent 2a62a21 commit e9cd8cf
2 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
4 | 15 | | |
5 | 16 | | |
6 | 17 | | |
| |||
272 | 283 | | |
273 | 284 | | |
274 | 285 | | |
275 | | - | |
276 | | - | |
277 | 286 | | |
278 | 287 | | |
279 | 288 | | |
| |||
286 | 295 | | |
287 | 296 | | |
288 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
289 | 307 | | |
290 | 308 | | |
291 | 309 | | |
| |||
0 commit comments