Skip to content

Commit a7edfdb

Browse files
committed
update
1 parent cfa0d1e commit a7edfdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/typing-json.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ const profile = ProfileSchema.parse({
202202
This feature is in preview and has the following limitations:
203203

204204
1. Types cannot inherit from other types.
205-
2. Models cannot inherit from types.
206-
3. JSON field members cannot be used in access policies.
205+
1. Models cannot inherit from types.
206+
1. Types and abstract models are conceptually similar and they should probably be consolidated.
207+
1. JSON field members cannot be used in access policies.
207208

208209
We would like to continue gathering feedback and address these limitations in future releases.

0 commit comments

Comments
 (0)