com.atiproto.profile

atiproto.com

{
  "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"
          },
          "acceptsItems": {
            "type": "boolean",
            "description": "Whether user accepts items (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"
        },
        "acceptsItems": {
          "type": "boolean",
          "description": "Whether user accepts items (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
}

Validate Record

Validate a record against com.atiproto.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4x5dcv6u4wlkjcssto7f22nu
CID
bafyreignlasynuhowsji5gsykav7ouwhzvuuow2i6qhy57uuq7gxyikony
Indexed At
2026-04-29 14:50 UTC
AT-URI
at://did:plc:4x5dcv6u4wlkjcssto7f22nu/com.atproto.lexicon.schema/com.atiproto.profile

Version History (2 versions)

Lexicon Garden

@