Skip to content

Commit

Permalink
Update docs for integrations/datamodel_code_generator (#8231)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisart committed Nov 27, 2023
1 parent a6e1eba commit 7f03cfc
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 7f03cfc

Please sign in to comment.