Skip to content

docs: add Schemato to Other Tools#297

Open
weitaishan wants to merge 1 commit into
mjhea0:mainfrom
weitaishan:main
Open

docs: add Schemato to Other Tools#297
weitaishan wants to merge 1 commit into
mjhea0:mainfrom
weitaishan:main

Conversation

@weitaishan

Copy link
Copy Markdown

Project Information

  1. Project Name:

Schemato

  1. Project URL:

https://github.com/weitaishan/schemato

  1. Description:

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

  1. Is the project new?

    • Yes
    • No
  2. How long has the project been maintained?

The project is new and has been maintained for less than one year.

  1. How many releases has it had if it's a library or package?

It is currently a web tool/static site rather than a published library package. There are no package releases yet.

  1. Are you the author, or are you submitting the project on behalf of a company?

    • I am the author
    • I am submitting on behalf of a company
    • Other (please specify)
  2. 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

  • Yes, this pull request was generated or assisted by AI.
  • No, this pull request was authored entirely by a human.

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.

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.
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

Successfully merging this pull request may close these issues.

1 participant