org.swappulse.tradeChain

bridge.swappulse.org

{
  "id": "org.swappulse.tradeChain",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "participantDids",
          "chainOrder",
          "status",
          "totalValue",
          "createdAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "knownValues": [
              "proposed",
              "accepted",
              "in_transit",
              "completed",
              "cancelled"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "chainOrder": {
            "type": "string",
            "knownValues": [
              "clockwise",
              "anticlockwise"
            ]
          },
          "totalValue": {
            "type": "number"
          },
          "completedAt": {
            "type": "string",
            "format": "datetime"
          },
          "shipstoDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            }
          },
          "organiserDid": {
            "type": "string",
            "format": "did"
          },
          "organiserName": {
            "type": "string"
          },
          "participantDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            }
          },
          "participantNames": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "receiptConfirmed": {
            "type": "array",
            "items": {
              "type": "boolean"
            }
          },
          "tradeListingUris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            }
          },
          "shippingConfirmed": {
            "type": "array",
            "items": {
              "type": "boolean"
            }
          }
        }
      },
      "description": "A multi-party trade chain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A multi-party trade chain (3-5 participants shipping cards in sequence), mirrored to AT Protocol as a real org.swappulse.tradeChain record so chains are portable and verifiable across instances."
}

Validate Record

Validate a record against org.swappulse.tradeChain

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@