{
"$schema": "https://umbracocompose.com/v1/schema",
"allOf": [
{ "$ref": "https://umbracocompose.com/v1/node" }
],
"properties": {
"title": {
"type": "string"
},
"author": {
"type": "object",
"$ref": "author"
}
}
}Referenced Content
Referenced content allows content items to be stored independently and linked together using references.
Defining Content References
Ingestion
Retrieval
Last updated
Was this helpful?