{
"id": "com.atiproto.profile",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Creation timestamp"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last update timestamp"
},
"acceptsTips": {
"type": "boolean",
"description": "Whether user accepts tips (default: true)"
},
"acceptsSubscriptions": {
"type": "boolean",
"description": "Whether user accepts subscriptions (default: true)"
},
"disableReceiptNotifications": {
"type": "boolean",
"description": "Opt out of payment receipt DMs (default: false)"
}
}
},
"description": "A record representing a user's tipping/subscription settings"
},
"view": {
"type": "object",
"required": [
"uri",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the profile record"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Creation timestamp"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last update timestamp"
},
"acceptsTips": {
"type": "boolean",
"description": "Whether user accepts tips (default: true)"
},
"acceptsSubscriptions": {
"type": "boolean",
"description": "Whether user accepts subscriptions (default: true)"
},
"disableReceiptNotifications": {
"type": "boolean",
"description": "Opt out of payment receipt DMs (default: false)"
}
},
"description": "View of a user's profile settings for use in API responses"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4x5dcv6u4wlkjcssto7f22nu
- CID
-
bafyreifjtonnbduz5epzjjsgx35hkptzwyfsdi3i7qc34kyhkae7yhxgby
- Indexed At
- 2026-04-19 18:53 UTC
- AT-URI
-
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.profile
Version History (2 versions)