<div dir="auto"><div dir="auto">OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file is machine-readable and describes entire RESTful web services, including available endpoints and methods/verbs on each endpoint (GET, PUT, POST, DELETE), input and output for each endpoint and more.<br></div><div dir="auto"><br></div><div dir="auto">API specifications can be retrieved in YAML or JSON. The format is easy to learn and readable to both humans and machines. The complete OpenAPI Specification can be found on GitHub: OpenAPI 3.0.2 Specification</div><div dir="auto"><br></div><div dir="auto">Read more about the Open API Initiative on <a href="http://www.openapis.org">www.openapis.org</a>.</div></div>