Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Generate Schemas From OpenAPI Schema #6

Open
Adzz opened this issue Dec 24, 2021 · 1 comment
Open

Feature: Generate Schemas From OpenAPI Schema #6

Adzz opened this issue Dec 24, 2021 · 1 comment

Comments

@Adzz
Copy link
Owner

Adzz commented Dec 24, 2021

https://spec.openapis.org/oas/v3.1.0#fixed-fields-11

I think we should be able to go some way to generating schemas based on open API schema file.

There are a lot of questions here, and supporting it in the general case might be very tricky. But we can start simple.
It's possible this should be another repo though that you can optionally add... But we can start here and see where it gets us.

The idea is to get at least 80% of the way to written schemas (inline or not?). That would making creating API clients extrememly easy by letting us ingest the schema create schemas and programatically create a client for any API!

@Adzz
Copy link
Owner Author

Adzz commented Apr 9, 2022

Branch started here: https:/Adzz/data_schema/tree/open-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant