Commit 5a98402
committed
fix(accounting): remove invalid type from parameter reference
The /Accounts path parameter reference included a sibling type property, which is not allowed on an OpenAPI 3.0 Reference Object and caused strict validators to reject the specification.
Remove the redundant property while retaining the shared requiredHeader parameter definition.
Fixes #6941 parent f8cf55b commit 5a98402
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments