Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 9e980db

Browse files
author
Ron
authored
Release Prep
1 parent 1bdda2f commit 9e980db

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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.2. Patch level corrections should be submitted against this branch, specifically against [3.0.2.md](https://github.com/OAI/OpenAPI-Specification/blob/v3.0.2-dev/versions/3.0.2.md).**
8-
9-
107
The OpenAPI Specification is a community-driven open specification within the [Open API Initiative](https://www.openapis.org/), a Linux Foundation Collaborative Project.
118

129
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.
@@ -17,13 +14,9 @@ The OpenAPI Specification does not require rewriting existing APIs. It does not
1714

1815
This GitHub project is the starting point for OpenAPI. Here you will find the information you need about the OpenAPI Specification, simple examples of what it looks like, and some general information regarding the project.
1916

20-
## Current Version - 3.0.1
21-
22-
The current version of the OpenAPI specification is [OpenAPI Specification 3.0.1](versions/3.0.1.md).
23-
24-
### Future Versions
17+
## Current Version - 3.0.2
2518

26-
[3.0.2](https://github.com/OAI/OpenAPI-Specification/tree/v3.0.2-dev) - The next PATCH version. Patch-level fixes (typos, clarifications, etc.) should be submitted against this branch.
19+
The current version of the OpenAPI specification is [OpenAPI Specification 3.0.2](versions/3.0.2.md).
2720

2821
### Previous Versions
2922

0 commit comments

Comments
 (0)