{
"id": "world.ptah.temp.declaration",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of when this account first declared participation."
},
"description": {
"type": "string",
"maxLength": 2560,
"description": "Short description of the participant's role or interests in the Ptah ecosystem.",
"maxGraphemes": 256
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Human-readable name for this participant. Not a character name — the person behind the characters.",
"maxGraphemes": 64
}
}
},
"description": "Declaration of participation in The Ptah Protocol. Create this record to signal that your account is active in the Ptah ecosystem. Delete it to deactivate."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A signaling record indicating that an account is participating in The Ptah Protocol. One per account, fixed record key. The AppView uses this record to discover and enumerate participating accounts across the network."
}