You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,35 +27,35 @@ Here you will find the information you need about the OpenAPI Specification, sim
27
27
28
28
## Current Version - 3.0
29
29
30
-
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](versions/3.0.0.md).
30
+
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md).
31
31
32
32
### Previous Versions
33
33
34
-
This repository also contains the [OpenAPI Specification 2.0](versions/2.0), which is identical to the Swagger 2.0 specification before it was renamed to “OpenAPI Specification”,
34
+
This repository also contains the [OpenAPI Specification 2.0](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/2.0), which is identical to the Swagger 2.0 specification before it was renamed to “OpenAPI Specification”,
35
35
as well as the Swagger 1.2 and Swagger 2.0 specifications.
36
36
37
-
Each folder in this repository, such as [examples](examples) and [schemas](schemas), should contain folders pertaining to the current and previous versions of the specification.
37
+
Each folder in this repository, such as [examples](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/examples) and [schemas](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/schemas), should contain folders pertaining to the current and previous versions of the specification.
38
38
39
39
## See It in Action
40
40
41
-
If you just want to see it work, check out the [list of current examples](examples/v3.0).
41
+
If you just want to see it work, check out the [list of current examples](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/examples/v3.0).
42
42
43
43
## Tools and Libraries
44
44
45
45
Looking to see how you can create your own OpenAPI definition, present it, or otherwise use it? Check out the growing
46
-
[list of 3.0 Implementations](IMPLEMENTATIONS.md).
46
+
[list of 3.0 Implementations](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/IMPLEMENTATIONS.md).
47
47
48
48
## Participation
49
49
50
50
The current process for development of the OpenAPI Specification is described in
Development of the next version of the OpenAPI Specification is guided by the [Technical Developer Community](https://www.openapis.org/participate/how-to-contribute/governance#TDC). This group of committers bring their API expertise, incorporate feedback from the community, and expand the group of committers as appropriate. All development activity on the future specification will be performed as features and merged into this branch. Upon release of the future specification, this branch will be merged to master.
53
53
54
54
The Open API Initiative encourages participation from individuals and companies alike.
55
55
If you want to participate in the evolution of the OpenAPI Specification, consider taking the following actions:
56
56
57
-
* Review the [current specification](versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
58
-
* Review the [development](DEVELOPMENT.md) process so you understand how the spec is evolving.
57
+
* Review the [current specification](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
58
+
* Review the [development](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/DEVELOPMENT.md) process so you understand how the spec is evolving.
59
59
* Check the [issues](https://github.com/OAI/OpenAPI-Specification/issues) and [pull requests](https://github.com/OAI/OpenAPI-Specification/pulls) to see if someone has already documented your idea or feedback on the specification. You can follow an existing conversation by adding a comment to the existing issue or PR.
60
60
* Create an issue to describe a new concern. If possible, propose a solution.
0 commit comments