app.matakite.dispute

matakite.app

Documentation

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.

main record

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.

Record Key tid Timestamp-based ID

Properties

claimedOutcome string Required

The outcome the disputer asserts is correct.

Known values: yes, no, ambiguous, annulled
createdAt string datetime Required

An RFC 3339 formatted timestamp.

note string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
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."
}

Lexicon Garden

@