Skip to content

Commit 5a98402

Browse files
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 #694
1 parent f8cf55b commit 5a98402

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

xero_accounting.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ paths:
1414
/Accounts:
1515
parameters:
1616
- $ref: "#/components/parameters/requiredHeader"
17-
type: string
1817
get:
1918
security:
2019
- OAuth2:

0 commit comments

Comments
 (0)