Skip to content

Commit

Permalink
Merge pull request #4111 from shaedrich/openapi
Browse files Browse the repository at this point in the history
Add topic "OpenAPI"
  • Loading branch information
kenyonj authored Dec 20, 2023
2 parents 55db3ac + 8385360 commit 89801e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions topics/openapi/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
topic: openapi
aliases: open-api, swagger-spec, swagger-specification, openapi-spec, openapi-specification, open-api-specification, oas, openapi-description
display_name: OpenAPI Specification
short_description: The OpenAPI Specification is a specification for describing, producing, consuming, and visualizing web services.
related: json-schema, raml, rest-api
created_by: OpenAPI Initiative, Tony Tam, Darrel Miller, Mike Ralphson, Ron Ratovsky, Uri Sarid, Jason Harmon
released: August 10, 2011
url: https://www.openapis.org/
wikipedia_url: https://en.wikipedia.org/wiki/OpenAPI_Specification
github_url: https://github.com/OAI/OpenAPI-Specification
---
The **OpenAPI Specification** (**OAS**), previously known as the **Swagger Specification**, is a specification for a programming language-agnostic, machine-readable interface definition language for describing, producing, consuming, and visualizing web services. OpenAPI documents describe API services and are represented in YAML or JSON formats.

0 comments on commit 89801e9

Please sign in to comment.