com.suibari.atsumeat.transaction

suibari.com

{
  "id": "com.suibari.atsumeat.transaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "createdAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "maxLength": 64,
            "description": "The current status of the transaction.",
            "knownValues": [
              "offered",
              "completed",
              "rejected"
            ]
          },
          "message": {
            "type": "string",
            "maxLength": 6400,
            "description": "Optional message attached to the exchange offer or completion.",
            "maxGraphemes": 640
          },
          "partner": {
            "type": "string",
            "format": "did",
            "description": "The DID of the exchange partner."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "stickerIn": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "description": "URIs of the stickers received in this exchange (if completed)."
          },
          "refPartner": {
            "type": "string",
            "format": "uri",
            "description": "URI of the partner's profile, used for Constellation backlinking during the offer stage."
          },
          "stickerOut": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "description": "URIs of the stickers given in this exchange."
          },
          "isEasyExchange": {
            "type": "boolean",
            "description": "Flag to indicate if this is an Easy Exchange (random partner)."
          },
          "refTransaction": {
            "type": "string",
            "format": "uri",
            "description": "URI of the referencing transaction (e.g., the original Offer) when completing or rejecting."
          }
        }
      },
      "description": "Definition of a transaction"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.atsumeat.transaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreics4y7s4uz7ea3y6m2ozikndu7cxer6rwcr6tiqlj5mqmb7fisdaq
Indexed At
2026-01-18 23:15 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.atsumeat.transaction

Version History (2 versions)

Lexicon Garden

@