org.swappulse.tradeListing

bridge.swappulse.org

{
  "id": "org.swappulse.tradeListing",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "offerCardNames",
          "wantedCardNames",
          "status",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "notes": {
            "type": "string",
            "maxLength": 500
          },
          "status": {
            "type": "string",
            "knownValues": [
              "open",
              "negotiating",
              "pending_ship",
              "completed",
              "cancelled"
            ]
          },
          "authorDid": {
            "type": "string",
            "format": "did"
          },
          "circleRef": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime"
          },
          "authorName": {
            "type": "string"
          },
          "visibility": {
            "type": "string",
            "knownValues": [
              "public",
              "wishlist_only",
              "circle_scoped"
            ]
          },
          "authorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "authorHandle": {
            "type": "string"
          },
          "offerCardUris": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 50
          },
          "offerCardNames": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "wantedCardUris": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 50
          },
          "offerCardImages": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            }
          },
          "shippingRegions": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "wantedCardNames": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "preferredCurrency": {
            "type": "string",
            "knownValues": [
              "GBP",
              "EUR",
              "USD"
            ]
          }
        }
      },
      "description": "A trade listing offering cards in exchange for wanted cards."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A peer-to-peer card trade listing published by a collector. Offer/wanted card sets reference TCGDex catalog records; status tracks the trade lifecycle."
}

Validate Record

Validate a record against org.swappulse.tradeListing

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@