OpenAPI Overview OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including. · Available endpoints (ex: /users) and operations on each endpoint (GET /users, POST /users) · Input and output parameters for each operation · Methods for authentication …