Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 4f7ab32

Browse files
authored
Merge pull request #9 from openapi-json-schema-tools/readme_circle_update
Adds readme update, points to correct circle
2 parents 6903d8a + 07a906d commit 4f7ab32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div align="center">
77

8-
[![CI Tests](https://circleci.com/gh/OpenAPITools/openapi-json-schema-generator.svg?style=shield)](https://circleci.com/gh/OpenAPITools/openapi-json-schema-generator) [![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE)
8+
[![CI Tests](https://circleci.com/gh/openapi-json-schema-tools/openapi-json-schema-generator.svg?style=shield)](https://circleci.com/gh/openapi-json-schema-tools/openapi-json-schema-generator) [![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE)
99

1010
</div>
1111

@@ -29,6 +29,13 @@ OpenAPI JSON Schema Generator allows auto-generation of API client libraries (SD
2929

3030
This repo is based on v6.2.0 of OpenAPI Generator. This project focuses on making the output 100% compliant with JSON schema as part of the OpenAPI 3.1 specification with a focus on complex cases (top-down approach). The goal is to fully support everything defined in JSON schema so that developers can leverage JSON schema as well as OpenAPI specification in their API design. Building here allows for more rapid progress supporting new features in OpenAPI 3.X without having to support many older generators which don't use the new features.
3131

32+
## Can I build here?
33+
34+
Yes! Contributions are welcome.
35+
If you want to build a server or client or documentation generator you are welcome to here.
36+
Can I write a python generator based on the pydantic or jsonschema libraries?
37+
Definitely!
38+
3239
## Table of contents
3340

3441
- [OpenAPI JSON Schema Generator](#openapi-json-schema-generator)

0 commit comments

Comments
 (0)