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.
Record Key
literal:self
Fixed literal value
Properties
bio
string
Optional
Optional short biography for this creator
maxLength: 2560 bytesmaxGraphemes: 256 graphemescreatedAt
string
datetime
Required
Timestamp when this account joined the Ptah Protocol
displayName
string
Optional
Optional display name for this creator within Ptah contexts
maxLength: 640 bytesmaxGraphemes: 64 graphemesView raw schema
{
"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."
}