{
"id": "st.lifepo.profile",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"handle",
"bio",
"lifeEvents"
],
"properties": {
"bio": {
"type": "string"
},
"handle": {
"type": "string"
},
"lifeEvents": {
"type": "array",
"items": {
"ref": "#lifeEvent",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"description": "The DID or handle of the user."
}
}
},
"description": "Get a user's do-life profile including bio and life events."
},
"lifeEvent": {
"type": "object",
"required": [
"title",
"startDate"
],
"properties": {
"title": {
"type": "string"
},
"endDate": {
"type": "string",
"format": "datetime"
},
"startDate": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string"
}
},
"description": "A single life event entry."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreifq3wddjp44eowcebonl7fjim34q6cy3xveqreol7pongklh7lsmy
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/st.lifepo.profile