We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recall that the "OpenAPI description" is the sum total of all the openapi documents known to the implementation, and the APIs described by them.
openapi_version
api_title
api_version
operationIds
paths
apis
security_schemes
servers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recall that the "OpenAPI description" is the sum total of all the openapi documents known to the implementation, and the APIs described by them.
openapi_version
-> $schema->{openapi}api_title
,api_version
, ... -> $schema->{info}{...}operationIds
-> the list of all known operationIdspaths
-> the list of all path templatesapis
-> tuples consisting of [ method, path_template ]security_schemes
...servers
...The text was updated successfully, but these errors were encountered: