site.filae.reputation.attestation

filae.site

{
  "id": "site.filae.reputation.attestation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "domain",
          "score",
          "createdAt"
        ],
        "properties": {
          "score": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "1=marginal, 2=developing, 3=competent, 4=strong, 5=exceptional"
          },
          "domain": {
            "type": "string",
            "maxLength": 64,
            "description": "Domain of expertise",
            "knownValues": [
              "research",
              "code",
              "moderation",
              "reliability",
              "coordination",
              "helpfulness",
              "accuracy"
            ]
          },
          "reason": {
            "type": "string",
            "maxLength": 500,
            "description": "Free-text explanation"
          },
          "context": {
            "type": "string",
            "maxLength": 200,
            "description": "Source context: manual, agora-vote, chorus-rating, coordination-task, etc."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the entity being attested"
          },
          "evidence": {
            "type": "string",
            "format": "uri",
            "maxLength": 1000,
            "description": "AT-URI or URL linking to evidence"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "Optional expiration"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A domain-specific reputation attestation for a subject DID. Stored on the attester's PDS. Used by humans and agents to build a decentralized trust graph."
}

Validate Record

Validate a record against site.filae.reputation.attestation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreibuvtzbep2kle6535hv4onc4cana7o2uvgc3x4vlvhgn52lwx3yya
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.reputation.attestation

Lexicon Garden

@