OpenAPI Specification

The OpenAPI Specification (formerly Swagger Specification) is a language-agnostic standard for describing HTTP APIs. The current versions are OAS 3.1.1 (stable) and OAS 3.2.0 (latest). Governed by the OpenAPI Initiative (OAI) under the Linux Foundation.

API entry from apis.yml

apis.yml Raw ↑
aid: swagger:openapi-specification
name: OpenAPI Specification
description: The OpenAPI Specification (formerly Swagger Specification) is a language-agnostic standard
  for describing HTTP APIs. The current versions are OAS 3.1.1 (stable) and OAS 3.2.0 (latest). Governed
  by the OpenAPI Initiative (OAI) under the Linux Foundation.
humanURL: https://swagger.io/specification/
tags:
- OpenAPI
- REST
- Standard
properties:
- type: Specification
  url: https://swagger.io/specification/
- type: GitHub Repository
  url: https://github.com/OAI/OpenAPI-Specification
- type: OpenAPI 3.2
  url: https://spec.openapis.org/oas/v3.2.0.html
- type: OpenAPI 3.1
  url: https://spec.openapis.org/oas/v3.1.0.html
- type: OpenAPI 2.0
  url: https://swagger.io/specification/v2/