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

Update docs for integrations/datamodel_code_generator #8231

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/integrations/datamodel_code_generator.md
Expand Up @@ -4,7 +4,9 @@ The [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-genera

* OpenAPI 3 (YAML/JSON)
* JSON Schema
* JSON/YAML Data (which will converted to JSON Schema)
* JSON/YAML/CSV Data (which will converted to JSON Schema)
* Python dictionary (which will be converted to JSON Schema)
* GraphQL schema

Whenever you find yourself with any data convertible JSON but without pydantic models, this tool will allow you to generate type-safe model hierarchies on demand.

Expand Down