Commit 92ed12c
fix: simplify YAML anchor pattern in devproxy-errors.yaml (#1569)
Remove the unnecessary `definitions` wrapper and promote YAML anchors
to top-level keys. This is more idiomatic anchors are a nativeYAML
language feature and don't need a JSON Schema/OpenAPI-style container.
Closes #1568
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1b8214d commit 92ed12c
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments