Singleton record holding the site's about section.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "string",
"description": "HTML about/bio content rendered by the frontend."
},
"tagline": {
"type": "string",
"description": "Short one-line tagline shown under the site title."
}
}
},
"description": "Singleton record holding the site's about section."
}