OpenAPI Hub
The all in one resource for understanding the OpenAPI Specification.OpenAPI Overview
The version of the OpenAPI Specification that the document conforms to, should be one of the supported versions .
Note: Speakeasy tooling currently only supports OpenAPI Specification versions 3.0.x and 3.1.x.
openapi: 3.1.0info:title: The Speakeasy Barversion: 1.0.0servers:- url: https://speakeasy.bardescription: The production serversecurity:- apiKey: []tags:- name: drinksdescription: Operations related to drinkspaths:/drinks:get:tags:- drinksoperationId: listDrinkssummary: Get a list of drinksresponses:"200":description: A list of drinkscontent:application/json:schema:type: arrayitems:$ref: "#/components/schemas/Drink"components:schemas:Drink:type: objecttitle: Drinkproperties:name:type: stringprice:type: numbersecuritySchemes:apiKey:type: apiKeyname: Authorizationin: header
Server Framework Guides
Generate OpenAPI specs from popular server frameworks:
All Framework Guides
Last updated on