{
"id": "com.suibari.atsumeat.transaction",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"partner",
"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."
},
"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
}
Metadata
- DID
-
did:plc:uixgxpiqf4i63p6rgpu7ytmx
- CID
-
bafyreiaceuvcot6ekzgowcma44x4xukq6gruqwmdlctrreyzjs23nuttga
- Indexed At
- 2026-01-17 01:45 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.atsumeat.transaction
Version History (2 versions)