Skip to content

Commit 89801e9

Browse files
authored
Merge pull request #4111 from shaedrich/openapi
Add topic "OpenAPI"
2 parents 55db3ac + 8385360 commit 89801e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

topics/openapi/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
topic: openapi
3+
aliases: open-api, swagger-spec, swagger-specification, openapi-spec, openapi-specification, open-api-specification, oas, openapi-description
4+
display_name: OpenAPI Specification
5+
short_description: The OpenAPI Specification is a specification for describing, producing, consuming, and visualizing web services.
6+
related: json-schema, raml, rest-api
7+
created_by: OpenAPI Initiative, Tony Tam, Darrel Miller, Mike Ralphson, Ron Ratovsky, Uri Sarid, Jason Harmon
8+
released: August 10, 2011
9+
url: https://www.openapis.org/
10+
wikipedia_url: https://en.wikipedia.org/wiki/OpenAPI_Specification
11+
github_url: https://github.com/OAI/OpenAPI-Specification
12+
---
13+
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.
14+

0 commit comments

Comments
 (0)