Closed
Description
I've been experimenting trying to break my large file into smaller and easier to handle files. I may be completely miss understanding part of the documentation where it says Headers can be a reference object.
But how come this doesn't validate in the 3.0.
/Account:
parameters:
- $ref: #/components/parameters/userAgent
- $ref: #/components/parameters/installationID
get:
tags:
- Account
summary: Gets a list of Accounts
description: Returns a list containing all Accounts. The list supports paging.
operationId: listAccounts
responses:
200:
description: A list of AchAccount
content:
'*/*':
schema:
$ref: '#/components/schemas/Accounts'
headers:
$ref: #/components/responses/DefaultHeaders/headers
500:
$ref: #/components/responses/StandardErrorResponse
default:
$ref: #/components/responses/TotallyUnexpectedResponse
parameters:
- $ref: #/components/parameters/offline_filter
- $ref: #/components/parameters/limit_filter
- $ref: #/components/parameters/page_filter
Metadata
Metadata
Assignees
Labels
No labels