This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Commit 50c6ee3
carson2222
fix: inline internal JSON Pointer refs under #/paths/ for OpenAPI bundling
- Add shouldInlineInternal helper to determine when internal refs should be copied inline
- Internal refs under #/paths/ are now dereferenced (copied) instead of left as
- Components/schemas, definitions, and declarations still preserved as refs1 parent f05ba07 commit 50c6ee3
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
26 | 44 | | |
27 | 45 | | |
28 | 46 | | |
| |||
300 | 318 | | |
301 | 319 | | |
302 | 320 | | |
303 | | - | |
| 321 | + | |
304 | 322 | | |
305 | 323 | | |
306 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments