org.swappulse.vouch

bridge.swappulse.org

{
  "id": "org.swappulse.vouch",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "vouchedDid",
          "relationship",
          "context",
          "createdAt"
        ],
        "properties": {
          "context": {
            "type": "string",
            "maxLength": 280
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "revocable": {
            "type": "boolean"
          },
          "revokedAt": {
            "type": "string",
            "format": "datetime"
          },
          "tradeRefs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 5
          },
          "vouchedDid": {
            "type": "string",
            "format": "did"
          },
          "voucherDid": {
            "type": "string",
            "format": "did"
          },
          "vouchedName": {
            "type": "string"
          },
          "voucherName": {
            "type": "string"
          },
          "relationship": {
            "type": "string",
            "knownValues": [
              "trade_partner",
              "community_member",
              "personal_acquaintance",
              "repeat_trader"
            ]
          },
          "vouchedHandle": {
            "type": "string"
          },
          "voucherHandle": {
            "type": "string"
          }
        }
      },
      "description": "A vouch endorsing another collector."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector's vouch for another collector's trustworthiness, mirrored to AT Protocol so the trust graph is portable and verifiable across PDSs and SwapPulse instances."
}

Validate Record

Validate a record against org.swappulse.vouch

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreihni4yjhnue4igiy2iy4kuak2bk7jbkernn2665bewckogmohkjwy
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.vouch

Lexicon Garden

@