No description available.
Record Key
tid
Timestamp-based ID
Properties
navigation
array
of
ref
#navItem
Optional
Ordered top-level navigation items. Omitted when the publication uses the default navigation.
publication
string
at-uri
Required
Required AT-URI to a `site.standard.publication` compatible record.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"publication"
],
"properties": {
"navigation": {
"type": "array",
"items": {
"ref": "#navItem",
"type": "ref"
},
"description": "Ordered top-level navigation items. Omitted when the publication uses the default navigation."
},
"publication": {
"type": "string",
"format": "at-uri",
"description": "Required AT-URI to a `site.standard.publication` compatible record."
}
}
}
}