Skip to content

accessor methods for getting information about the OpenAPI description #83

@karenetheridge

Description

@karenetheridge

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 operationIds
  • paths -> the list of all path templates
  • apis -> tuples consisting of [ method, path_template ]
  • security_schemes ...
  • servers ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions