Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atprotofans.supporter

atprotofans.com

Documentation

main record

Record declaring support for another identity. Stored in the supporter's repository.

Record Key tid Timestamp-based ID

Properties

subject string did Required

DID of the identity being supported.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the identity being supported."
      },
      "signatures": {
        "type": "array",
        "items": {
          "refs": [
            "com.atproto.repo.strongRef",
            "com.atprotofans.supporterProof",
            "com.atprotofans.brokerProof"
          ],
          "type": "union"
        },
        "description": "Attestation proofs for this support relationship."
      }
    }
  },
  "description": "Record declaring support for another identity. Stored in the supporter's repository."
}

Lexicon Garden

@