Skip to content

Commit

Permalink
Fix for datamodel-code-generator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisart committed Nov 27, 2023
1 parent b756d0c commit 2591a1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integrations/datamodel_code_generator.md
Expand Up @@ -2,11 +2,11 @@

The [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator/) project is a library and command-line utility to generate pydantic models from just about any data source, including:

* OpenAPI 3 (YAML/JSON);
* JSON Schema;
* JSON/YAML/CSV Data (which will converted to JSON Schema);
* Python dictionary (it will be converted to JSON Schema);
* GraphQL schema;
* OpenAPI 3 (YAML/JSON)
* 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 2591a1f

Please sign in to comment.