Site layout for spores.garden, defining the order of sections.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"sections"
],
"properties": {
"sections": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of a coop.hypha.spores.site.section record"
},
"description": "Ordered list of section AT-URIs to display"
}
}
},
"description": "Site layout for spores.garden, defining the order of sections."
}