com.atprotofans.supporter

atprotofans.com

Documentation

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

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

@