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: fern/products/api-def/ferndef-pages/types.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ interface Person {
282
282
283
283
### Validating types
284
284
285
-
You can add validation constraints to your types (both aliases and references) to ensure data integrity. These validation constraints are not included in generated SDKs – actual validation is deferred to the server.
285
+
You can add validation constraints to your types (both aliases and references) to ensure data integrity. These validation constraints exist in your API definition and are enforced by your server, but the generated client SDKs don't include validation logic.
0 commit comments