social.tophhie.profile

lexicon.store View official

{
  "id": "social.tophhie.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "communicationPreferences"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp when this profile record was created."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp when this profile record was updated."
          },
          "pdsPreferences": {
            "ref": "#pdsPreferences",
            "type": "ref",
            "description": "User's opt-in/out preferences for PDS features."
          },
          "communicationPreferences": {
            "ref": "#communicationPreferences",
            "type": "ref",
            "description": "User's opt-in/out preferences for communications."
          }
        },
        "description": "Tophhie profile record"
      }
    },
    "pdsPreferences": {
      "type": "object",
      "required": [
        "showOnHomepage",
        "accessibilityScoring"
      ],
      "properties": {
        "showOnHomepage": {
          "type": "boolean",
          "description": "True if the user is shown on the Tophhie Social homepage."
        },
        "accessibilityScoring": {
          "type": "boolean",
          "description": "True if the user participates in accessibility scoring."
        }
      },
      "description": "Granular PDS preference consent flags."
    },
    "communicationPreferences": {
      "type": "object",
      "required": [
        "marketing"
      ],
      "properties": {
        "marketing": {
          "type": "boolean",
          "description": "True if the user consents to receive marketing communications."
        }
      },
      "description": "Granular communication consent flags."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 0,
  "description": "Tophhie Social: profile record containing various PDS specific settings."
}

Validate Record

Validate a record against social.tophhie.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreihkwwytnsdamf3mcilndpkhwbhpgvrxh5xeks4dwbfl55ec7nl3ei
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.tophhie.profile

Lexicon Garden

@