Schema References
Reusable schemas and types referenced with $.
Schema references
~ $address: { street: string, city: string }
~ $person: { name: string, home: $address, office?: $address }
~ $schema: $person
---
~ John, { Main St, NYC }, { 5th Ave, NYC }
~ Jane, { Oak Ave, LA }Resolution rules
Type references
See Also
Last updated
Was this helpful?
