{
"id": "org.swappulse.tradeDispute",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"tradeId",
"reason",
"description",
"createdAt"
],
"properties": {
"reason": {
"type": "string",
"knownValues": [
"misgraded",
"wrong_card",
"damaged",
"not_received",
"scam",
"other"
]
},
"status": {
"type": "string",
"knownValues": [
"pending",
"reviewed",
"resolved",
"dismissed"
]
},
"tradeId": {
"type": "string"
},
"tradeRef": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"photoUrls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"filedByDid": {
"type": "string",
"format": "did"
},
"resolvedAt": {
"type": "string",
"format": "datetime"
},
"resolvedBy": {
"type": "string"
},
"description": {
"type": "string",
"maxLength": 2000
},
"filedByName": {
"type": "string"
},
"filedByAvatar": {
"type": "string",
"format": "uri"
},
"filedByHandle": {
"type": "string"
},
"resolutionNotes": {
"type": "string",
"maxLength": 2000
}
}
},
"description": "A trade dispute flag."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1,
"description": "A user-submitted dispute flag against a trade listing, mirrored to AT Protocol as a real org.swappulse.tradeDispute record. Filed when a collector has an issue with cards received. Moderators review and resolve."
}
Metadata
- DID
-
did:plc:jwoatauidzr4lollmro2gh35
- CID
-
bafyreifttaza6c256f3ucxno5xi2mqfwkmjwkfemrlfm5aabqodapk64dy
- Indexed At
- 2026-08-16 00:57 UTC
- AT-URI
-
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.tradeDispute