support.supper.actor.profile

supper.support

{
  "id": "support.supper.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "pageType",
          "slug",
          "createdAt"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "maxLength": 253,
            "minLength": 1,
            "description": "The user's supper.support page slug (supper.support/<slug>)."
          },
          "pageMode": {
            "type": "string",
            "maxLength": 32,
            "description": "How the page earns: support (tips/subs), shop (products), or both. Not meaningful for supporter.",
            "knownValues": [
              "support",
              "shop",
              "both"
            ]
          },
          "pageType": {
            "type": "string",
            "maxLength": 32,
            "description": "Role of this account on Supper.",
            "knownValues": [
              "creator",
              "project",
              "supporter"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the Supper profile was first created."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was last updated."
          }
        }
      },
      "description": "A user's Supper app profile metadata, stored on their PDS. Declares the account's Supper role (creator, project, or supporter) and supper.support page slug. Social profile fields such as display name, description, avatar, links, and projects live in Supper-specific records or the local app database, not in this marker record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against support.supper.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mcsqdltevtjpu26xthzzmm2l
CID
bafyreiaeztpp3ip3pmuflsxrmsfrvtjtbngtzwip6ynjxo5gyijyflh6py
Indexed At
2026-09-17 17:23 UTC
AT-URI
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.actor.profile

Lexicon Garden

@