You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation_user/examples/code_generation/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ You can generate code in the following languages:
21
21
* Objective-C
22
22
* PHP
23
23
* Python
24
+
* Python (pydantic)
24
25
* Ruby
25
26
* Rust
26
27
* Scala
@@ -151,4 +152,4 @@ pub struct User {
151
152
152
153
## Common Pitfalls
153
154
154
-
1. The generated code will be as strict as your schema specifies. If a property is required in the schema, loading a document without that property will result in an error.
155
+
1. The generated code will be as strict as your schema specifies. If a property is required in the schema, loading a document without that property will result in an error.
0 commit comments