Skip to content

Commit a71136a

Browse files
committed
clarify wording even more
1 parent c273d42 commit a71136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/api-def/ferndef-pages/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ interface Person {
282282

283283
### Validating types
284284

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.
286286

287287
<CodeBlock title="Fern Definition">
288288
```yaml {8-11, 15-17}

0 commit comments

Comments
 (0)