org.swappulse.tradingFeedback

bridge.swappulse.org

Documentation

Trading feedback for a completed trade.

main record

Trading feedback for a completed trade.

Record Key tid Timestamp-based ID

Properties

comment string Optional

No description available.

maxLength: 500 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

ratedUserDid string did Required

A decentralized identifier (DID).

raterAvatar string uri Optional

A valid URI.

raterDid string did Optional

A decentralized identifier (DID).

raterHandle string Optional

No description available.

raterName string Optional

No description available.

rating integer Required

No description available.

minimum: 1maximum: 5
tradeId string Optional

No description available.

tradeUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "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."
}

Lexicon Garden

@