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

com.atprotofans.validateSupporter

atprotofans.com

{
  "id": "com.atprotofans.validateSupporter",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest",
          "description": "Invalid DID format or missing required parameters."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "valid"
          ],
          "properties": {
            "valid": {
              "type": "boolean",
              "description": "Whether the supporter relationship exists and the required attestation is valid."
            },
            "profile": {
              "ref": "com.atprotofans.hydratedProfile",
              "type": "ref",
              "description": "Hydrated profile of the supporter, if available."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "supporter",
          "subject",
          "signer"
        ],
        "properties": {
          "signer": {
            "type": "string",
            "format": "did",
            "description": "DID of the signer whose attestation must be valid."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the subject (creator) being supported."
          },
          "supporter": {
            "type": "string",
            "format": "did",
            "description": "DID of the supporter to validate."
          }
        }
      },
      "description": "Validate if a DID is a supporter of another identity with attestations from a specific signer."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atprotofans.validateSupporter

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7ewx3bksukdk6a4vycoykhhw
CID
bafyreicr7gdow4qtjk3hpfrojnh75hoxpba4p7boknfabqneaifqasiu34
Indexed At
2026-01-10 11:24 UTC
AT-URI
at://did:plc:7ewx3bksukdk6a4vycoykhhw/com.atproto.lexicon.schema/com.atprotofans.validateSupporter

Referenced Schemas (1)

Lexicon Garden

@