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
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
@@ -29,6 +29,13 @@ OpenAPI JSON Schema Generator allows auto-generation of API client libraries (SD
29
29
30
30
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.
31
31
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?
0 commit comments