We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3693799 commit e5f73abCopy full SHA for e5f73ab
mpcontribs-lux/README.md
@@ -35,7 +35,7 @@ from mpcontribs.lux.autogen import SchemaGenerator
35
36
schema_gen = SchemaGenerator(file_name = "/path/to/some/csv/or/json/file")
37
pydantic_model = schema_gen.pydantic_schema
38
-print(pydantic_model.model_fields)
+print(pydantic_model.schema())
39
```
40
41
...or reach out to the maintainers!
0 commit comments