A public counter-attestation against a resolution. With no bonds available (no money), the deterrent is reputational: disputes are signed records attached to the disputer's DID, so frivolous disputes cost the disputer. Disputes feed resolver track records ('N resolutions, M disputed, K upheld') that appviews surface when applying trust policies.
tid
Timestamp-based ID
Properties
claimedOutcome
string
Required
The outcome the disputer asserts is correct.
yes, no, ambiguous, annulledcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
evidence
array
of
ref
app.matakite.question#source
Optional
No description available.
maxLength: 10 itemsnote
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemessubject
ref
com.atproto.repo.strongRef
Required
The resolution being disputed (uri + cid).
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"claimedOutcome",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The resolution being disputed (uri + cid)."
},
"evidence": {
"type": "array",
"items": {
"ref": "app.matakite.question#source",
"type": "ref"
},
"maxLength": 10
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"claimedOutcome": {
"type": "string",
"description": "The outcome the disputer asserts is correct.",
"knownValues": [
"yes",
"no",
"ambiguous",
"annulled"
]
}
}
},
"description": "A public counter-attestation against a resolution. With no bonds available (no money), the deterrent is reputational: disputes are signed records attached to the disputer's DID, so frivolous disputes cost the disputer. Disputes feed resolver track records ('N resolutions, M disputed, K upheld') that appviews surface when applying trust policies."
}