docs: add Schemato to Other Tools#297
Open
weitaishan wants to merge 1 commit into
Open
Conversation
Adds Schemato, a browser-only tool for generating Pydantic v2 models from JSON Schema, OpenAPI specs, SQL DDL, GraphQL SDL, and other schema formats. This can be useful for FastAPI projects when turning API specs, database schemas, or sample payloads into request/response models. Disclosure: I'm the maintainer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Project Information
Schemato
https://github.com/weitaishan/schemato
Schemato is a browser-only schema converter that can generate Pydantic v2 models from JSON Schema, OpenAPI specs, SQL DDL, GraphQL SDL, Prisma, Mongoose, Protobuf, Avro, TypeScript, and JSON samples.
For FastAPI projects, it can help turn API specs, database schemas, or sample payloads into request/response model drafts.
Criteria
Is the project new?
How long has the project been maintained?
The project is new and has been maintained for less than one year.
It is currently a web tool/static site rather than a published library package. There are no package releases yet.
Are you the author, or are you submitting the project on behalf of a company?
What makes it awesome?
FastAPI users often work from OpenAPI specs, JSON Schema files, database schemas, or real API payloads and then need Pydantic models. Schemato provides a quick browser-only way to generate Pydantic v2 model drafts without uploading schemas to a backend service.
It is especially useful for prototyping request/response models or exploring how external schema formats map into Pydantic.
AI Disclosure
Additional Information
Disclosure: I am the maintainer of Schemato.
The project is new and may not yet meet the list's maturity threshold. I am submitting it because the Pydantic/OpenAPI workflow is directly relevant to FastAPI users, but I understand if the maintainers prefer to wait until the project has more usage history or community traction.