org.swappulse.tradingFeedback

bridge.swappulse.org

{
  "id": "org.swappulse.tradingFeedback",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "tradeUri",
          "ratedUserDid",
          "rating",
          "createdAt"
        ],
        "properties": {
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1
          },
          "comment": {
            "type": "string",
            "maxLength": 500
          },
          "tradeId": {
            "type": "string"
          },
          "raterDid": {
            "type": "string",
            "format": "did"
          },
          "tradeUri": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "raterName": {
            "type": "string"
          },
          "raterAvatar": {
            "type": "string",
            "format": "uri"
          },
          "raterHandle": {
            "type": "string"
          },
          "ratedUserDid": {
            "type": "string",
            "format": "did"
          }
        }
      },
      "description": "Trading feedback for a completed trade."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "Feedback left by a trader after a completed trade, mirrored to AT Protocol so trading reputation is portable and verifiable across instances."
}

Validate Record

Validate a record against org.swappulse.tradingFeedback

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@