Profile information (bio, skills, etc.)
Record Key
literal:bio
Fixed literal value
Properties
View raw schema
{
"key": "literal:bio",
"type": "record",
"record": {
"type": "object",
"required": [
"heading",
"content",
"updatedAt"
],
"properties": {
"content": {
"type": "string",
"maxLength": 5000,
"description": "Profile content in plain text or markdown format"
},
"heading": {
"type": "string",
"maxLength": 200,
"description": "Profile section heading (e.g. 'Hey, I'm John')"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last update timestamp in ISO 8601 format"
}
}
},
"description": "Profile information (bio, skills, etc.)"
}