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
| springdoc-openapi |[github/springdoc/springdoc-openapi](https://github.com/springdoc/springdoc-openapi)| Java | Library that produces OpenAPI 3.x specification documentation for spring-boot applications. |
13
14
| KaiZen OpenAPI Parser |[github/RepreZen/KaiZen-OpenAPI-Parser](https://github.com/RepreZen/KaiZen-OpenAPI-Parser)| Java | High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x |
14
15
| openapi3-ts |[github/metadevpro/openapi3-ts](https://github.com/metadevpro/openapi3-ts)| TypeScript | TS Model & utils for OpenAPI 3.0.x contracts |
15
16
| swagger2openapi |[github/mermade/swagger2openapi](https://github.com/mermade/swagger2openapi)| Node.js | An OpenAPI / Swagger 2.0 to OpenAPI 3.0.x converter and validator |
@@ -22,18 +23,22 @@ These tools are not endorsed by the OAI.
22
23
| openapi |[github/wzshiming/openapi](https://github.com/wzshiming/openapi)| Go | OpenAPI 3 Specification for golang |
23
24
| kin-openapi |[github/getkin/kin-openapi](https://github.com/getkin/kin-openapi)| Go | OpenAPI 3.x implementation for Go (parsing, converting, validation) |
24
25
| Spectral |[github/stoplightio/spectral](https://github.com/stoplightio/spectral)| TypeScript, JavaScript | A flexible JSON object linter with out of the box support for OpenAPI Specification 2 and 3 |
| OpenAPI-Delphi |[github/paolo-rossi/OpenAPI-Delphi](https://github.com/paolo-rossi/OpenAPI-Delphi)| Delphi | Delphi implementation of a generator, parser and validator for the OpenAPI 3 Specification |
28
+
| spring-openapi |[github/jrcodeza/spring-openapi](https://github.com/jrcodeza/spring-openapi)| Java | OpenAPI v3 generator for Java Spring. Includes also client generation. Supports inheritance with discriminators and Jackson annotations and custom interceptors. |
| Visual Studio Code extension |[VS Code marketplace / OpenAPI (Swagger) editor](https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi)| TypeScript | Extends VS Code to provide OpenAPI 2.0 and 3.0 navigation, code snippets, new API creation |
31
35
| Apicurio Studio |[github/Apicurio/apicurio-studio](https://github.com/Apicurio/apicurio-studio)| Java/TypeScript | Web-Based **visual designer** for OpenAPI 2.0 and 3.0.0. |
32
36
| KaiZen OpenAPI Editor |[github/RepreZen/KaiZen-OpenAPI-Editor](https://github.com/RepreZen/KaiZen-OpenAPI-Editor)| Java | Eclipse Editor for OpenAPI 2.0 and 3.0 |
33
37
| RepreZen API Studio |[RepreZen.com/OpenAPI](https://www.reprezen.com/OpenAPI)| Java | Commercial desktop IDE for API design, documentation & development |
34
38
| OpenAPI-gui |[github/Mermade/openapi-gui](https://github.com/Mermade/openapi-gui)| Node.js | GUI / visual editor for creating and editing OpenAPI definitions |
35
39
| SwaggerHub | [swaggerhub.com](https://swaggerhub.com) | | API Design and Documentation Platform, Built For Teams
36
40
| swagger-editor |[github/swagger-api](https://github.com/swagger-api/swagger-editor)| JavaScript | Web-Based editor for creating, editing, validating and testing OpenAPI\Swagger definitions |
41
+
| Remain OpenAPI Studio | Direct download: https://remainsoftware.com/extranet/download-type/openapi-studio-download <br> Or via Eclipse MarketPlace https://marketplace.eclipse.org/content/openapi-studio-rich-oas3-editor| Java | A user-friendly, visually rich studio supporting all features defined by the OpenAPI 3. Easy but powerful UI-based components creation, API testing, import, export, code generation and much more. |
37
42
38
43
#### User Interfaces
39
44
@@ -45,6 +50,7 @@ These tools are not endorsed by the OAI.
45
50
| WebSphere Liberty |[Download jar](https://developer.ibm.com/wasdev/downloads/)| JavaScript | Includes a native OpenAPI v3 UI which allows for customization of its banners and URL |
| angular-swagger-ui |[github/angular-swagger-ui](https://github.com/Orange-OpenSource/angular-swagger-ui)| AngularJS | An angularJS implementation of Swagger UI |
53
+
| Redoc |[github/Redocly/redoc](https://github.com/Redocly/redoc)| JavaScript | A React-based renderer with deep support for OAS v2 and v3 and zero dev-dependency|
48
54
49
55
#### Mock Servers
50
56
| Title | Project Link | Language | Description |
@@ -62,6 +68,14 @@ These tools are not endorsed by the OAI.
62
68
| PHP-CRUD-API | [github/mevdschee/php-crud-api](https://github.com/mevdschee/php-crud-api) | PHP | Automatic CRUD API with OpenAPI 3 docs
63
69
| FastAPI | [github/tiangolo/fastapi](https://github.com/tiangolo/fastapi) | Python | OpenAPI 3 based, high performance, Python 3.6+ API framework with automatic data validation, serialization and great editor support.
64
70
| Fastify OpenAPI v3 | [gitlab.com/m03geek/fastify-oas](https://gitlab.com/m03geek/fastify-oas) | Node.JS | Fastify OpenAPI v3+ plugin. Generates OpenAPI specification from fastify schemas and routes. Also serves swagger ui and spec in json/yaml formats.
71
+
| openapi-backend | [github/anttiviljami/openapi-backend](https://github.com/anttiviljami/openapi-backend) | Node.js, TypeScript | Build, Validate, Route, and Mock in the backend using OpenAPI v3 spec in your favourite framework
| Scorpio |[github/notEthan/scorpio](https://github.com/notEthan/Scorpio)| Ruby | OpenAPI 2 and 3 implementation offering a HTTP client library |
78
+
| openapi-client-axios | [github/anttiviljami/openapi-client-axios](https://github.com/anttiviljami/openapi-client-axios) | JavaScript, TypeScript | JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.
65
79
66
80
#### Code Generators
67
81
@@ -76,3 +90,4 @@ These tools are not endorsed by the OAI.
76
90
| WebSphere Liberty |[Download jar](https://developer.ibm.com/wasdev/downloads/)| Java EE | Generates OpenAPI v3 documentation from Java EE applications |
77
91
| swagger-node-codegen |[github/fmvilas/swagger-node-codegen](https://github.com/fmvilas/swagger-node-codegen)| Node.js | Generates a Node.js/express server, but also has a template engine for creating any templates needed. |
78
92
.NET-C#-Annotations | [github/Microsoft/OpenAPI-NET-CSharpAnnotations](https://github.com/Microsoft/OpenAPI.NET.CSharpAnnotations) | dotnet | Convert your native C# comments/annotation XML from your API code into a OpenAPI document object. |
> The TOB is responsible for managing conflicts, violations of procedures or guidelines or other issues that cannot be resolved in the TSC for the OAS. For further details please consult the OpenAPI Project Charter.
A short description of what the feature is. Try to keep it to a single-paragraph "elevator pitch" so the reader understands what problem this proposal is addressing.
24
+
25
+
## Motivation
26
+
27
+
Describe the problems that this proposal seeks to address. If the problem is that some common pattern is currently hard to express, show how one can currently get a similar effect and describe its drawbacks. If it's completely new functionality that cannot be emulated, motivate why this new functionality would help OpenAPI developers create better code.
28
+
29
+
## Proposed solution
30
+
31
+
Describe your solution to the problem. Provide examples and describe how they work. Show how your solution is better than current workarounds: is it cleaner, safer, or more efficient?
32
+
33
+
## Detailed design
34
+
35
+
Describe the design of the solution in detail. This should include an exact description of the changes to the contents of the OpenAPI specification. That description should include a extract of each section of the OpenAPI specification which is impacted by the proposal with all proposed modifications applied. These extracts may be provided through additional files which are identified and described in this section.
36
+
37
+
## Backwards compatibility
38
+
39
+
Proposals should be structure so that they can be handled by existing OAS compliant software. Any potential issues should be identified and discussed.
40
+
41
+
## Alternatives considered
42
+
43
+
Describe alternative approaches to addressing the same problem, and why you chose this approach instead.
|4/17/19 |C. Heazel|Re-structured based on Apple Swift|
21
+
22
+
## Introduction
23
+
24
+
This a proposal to add a new field called ``alternativeSchema`` to the OAS.
25
+
26
+
## Motivation
27
+
28
+
OpenAPI allows APIs to describe the syntax of their request and response messaged using a JSON Schema-like syntax. However, not all messages will be in JSON. The ability to refer to one or more external schema will allow an API to describe the syntax of a message regardless of the format used.
29
+
30
+
For example: Some XML payloads are defined by an XML schema (the syntax) and a suite of Schematron rules (valid values). JSON Schema cannot effectively represent their content. By providing access to the appropriate appropriate XML Schema and Schematron files, the payload can be validated the way it was intended to be.
31
+
32
+
## Proposed solution
33
+
34
+
This proposal makes the following changes to the OAS 3.0 specification:
35
+
36
+
1. Extend the Schema Object by the addition of the x-oas-draft-alternativeSchema field.
37
+
1. Addition of the Alternative Schema Object.
38
+
1. Addition of Alternative Schema examples.
39
+
1. Addition of a preliminary discussion of the Alternative Schema registry.
40
+
41
+
## Detailed design
42
+
43
+
### Extend the Schema Object
44
+
45
+
The OpenAPI Schema Object is extended by the addition of the x-oas-draft-alternativeSchema field. The proposed changes to the OpenAPI specification are provided in [schema_object.md](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/Alternative%20Schema/schema_object.md)
46
+
47
+
### Add the Alternative Schema Object
48
+
49
+
The new object, the Alternative Schema Object is added to the OpenAPI specification. The proposed changes to the OpenAPI specification are provided in [alternative_schema_object.md](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/Alternative%20Schema/alternative_schema_object.md)
50
+
51
+
### Provide Alternative Schema Examples
52
+
Examples of the use of the Alternative Schema capability is added to the OpenAPI specification. The proposed changes to the OpenAPI specification are provided in [alternative_schema_examples.md](https://github.com/OAI/OpenAPI-Specification/tree/master/proposals/Alternative%20Schema/alternative_schema_examples.md)
53
+
54
+
### Alternative Schema Registry
55
+
56
+
Values used to populate the Alternative Schema Object are required to come from the Alternative Schema Registry. The preliminary Alternative Schema Registry is located at <https://spec.openapis.org/registries/alternative-schema>.
57
+
58
+
*** Note this is a placeholder registry. Don't take the values seriously. ***
This proposal makes use of the extensibility features of OpenAPI. All changes sould appear as extensions and handled accordingly.
69
+
70
+
## Alternatives considered
71
+
72
+
Embedding non-JSON content in the OAS document would have imposed an unacceptable burden on tooling. Therefore, an extenal link was prefered. Considerable discussion was held over exactly how the links should be represented in the Schema Object. The selected option should support the greatest number of possible combinations of external schema that can be expressed with the OpenAPI schema language.
0 commit comments