io.whiteside.profile

whiteside.io

Documentation

Profile information (bio, skills, etc.)

main record

Profile information (bio, skills, etc.)

Record Key literal:bio Fixed literal value

Properties

content string Required

Profile content in plain text or markdown format

maxLength: 5000 bytes
heading string Required

Profile section heading (e.g. 'Hey, I'm John')

maxLength: 200 bytes
updatedAt string datetime Required

Last update timestamp in ISO 8601 format

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.)"
}

Lexicon Garden

@