Skip to content

Commit 7e45cc2

Browse files
authored
Update page.md
1 parent 249e9cc commit 7e45cc2

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/schema-reference-guide

1 file changed

+1
-1
lines changed

src/app/docs/schema-reference-guide/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ The actual definition of person might be given in its home data product as:
14111411
And to use a field with an optional `Person` foreign field, this is how to define the property, just like any other reference, using the `@class`.
14121412

14131413
```json
1414-
"Test": {
1414+
"person": {
14151415
"@class": "Person",
14161416
"@type": "Optional"
14171417
}

0 commit comments

Comments
 (0)