{
"id": "world.ptah.flax",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"bio": {
"type": "string",
"maxLength": 2560,
"description": "Optional short biography for this creator",
"maxGraphemes": 256
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when this account joined the Ptah Protocol"
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Optional display name for this creator within Ptah contexts",
"maxGraphemes": 64
}
}
},
"description": "Signaling record indicating an account participates in the Ptah Protocol. One per account, fixed key 'self'. Named for the twisted flax glyph (𓉔), the H in Ptah — the attribution chain thread."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}