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: guides/the-manual/schemas/complex-fields.md
+90Lines changed: 90 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,93 @@ order: 5
3
3
---
4
4
5
5
# Complex Fields
6
+
7
+
Complex Fields let you model nested or repeated structures inside a resource. They are useful when a resource contains structured data that is not itself a top-level resource.
8
+
They always appear inside a [ResourceSchema](./resource-schemas.md).
9
+
10
+
## Schema Objects
11
+
12
+
A Schema Object represents a single embedded structure with no identity of its own.
13
+
See also [ObjectSchemas](./object-schemas.md) for more details.
0 commit comments