app.matakite.dispute

matakite.app

{
  "id": "app.matakite.dispute",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.matakite.dispute

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vhycfha6sjn44hxepb5bmjax
CID
bafyreianra5lti3dq7qnuamctihlntyexe5p6pqc3las2j437lr4yqg7yi
Indexed At
2026-07-11 20:50 UTC
AT-URI
at://did:plc:vhycfha6sjn44hxepb5bmjax/com.atproto.lexicon.schema/app.matakite.dispute

Referenced Schemas (1)

Lexicon Garden

@