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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The goal of Swagger™ is to define a standard, language-agnostic interface to R
7
7
8
8
Swagger-core is the Java implementation of Swagger. Current version supports *JAX-RS* and plain servlets. Integration with the Play! framework has been moved to [Swagger-Play](https://github.com/swagger-api/swagger-play).
9
9
10
-
Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
10
+
Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
@@ -26,9 +26,9 @@ The following methods are available to obtain support for Swagger:
26
26
See the guide on [getting started with swagger](https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-JAX-RS-Project-Setup-1.5.X) to get started with adding swagger to your API.
27
27
28
28
## Compatibility
29
-
The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-core project has the following compatibilities with the swagger specification:
29
+
The OpenAPI Specification has undergone 3 revisions since initial creation in 2010. The swagger-core project has the following compatibilities with the OpenAPI Specification:
30
30
31
-
Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
31
+
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
@@ -40,7 +40,7 @@ Swagger core Version | Release Date | Swagger Spec compatibility | Notes |
40
40
To allow independent development, scala support has been moved into a separate project. See the [swagger-scala-module](https://github.com/swagger-api/swagger-scala-module) for details. Play! framework support is moving outside the swagger-core project as well.
41
41
42
42
## Overview
43
-
This is a project to build the swagger-core library, which is required for the Swagger implementation of the Swagger spec.
43
+
This is a project to build the swagger-core library, which is required for the Swagger implementation of the OpenAPI Spec.
44
44
45
45
### Change History
46
46
If you're interested in the change history of swagger and the swagger-core framework, see [here](https://github.com/swagger-api/swagger-core/wiki/Changelog).
Copy file name to clipboardExpand all lines: modules/swagger-models/src/main/java/io/swagger/models/ExternalDocs.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
importjava.util.Map;
8
8
9
9
/**
10
-
* Container for a <a href="https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#externalDocumentationObject">External Documentation Object</a>.
10
+
* Container for a <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#externalDocumentationObject">External Documentation Object</a>.
0 commit comments