Skip to content

Commit 248478b

Browse files
committed
Update README.md
1 parent 89202e1 commit 248478b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
![](https://avatars3.githubusercontent.com/u/16343502?v=3&s=200)
66

7+
**This is the WIP branch for the next patch version of the spec - 3.0.3. Patch level corrections should be submitted against this branch, specifically against [3.0.3.md](https://github.com/OAI/OpenAPI-Specification/blob/v3.0.2-dev/versions/3.0.3.md). The changes should also be submitted against `3.0.1.md` in the `v3.1.0-dev` branch. Breaking changes should be submitted against the 3.1.0 brach, specifically, [3.1.0.md](https://github.com/OAI/OpenAPI-Specification/blob/v3.1.0-dev/versions/3.1.0.md)**
8+
9+
710
The OpenAPI Specification is a community-driven open specification within the [OpenAPI Initiative](https://www.openapis.org/), a Linux Foundation Collaborative Project.
811

912
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for [REST APIs](https://en.wikipedia.org/wiki/Representational_state_transfer), which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.

0 commit comments

Comments
 (0)