net.botwatch.trust

7hird.dev

{
  "id": "net.botwatch.trust",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "score",
          "createdAt"
        ],
        "properties": {
          "score": {
            "type": "integer",
            "maximum": 100000,
            "minimum": -100000,
            "description": "100000 indicates maximum trust in the subject. -100000 indicates maximum distrust."
          },
          "subject": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "How much the user trusts the subject to verify humans, identify bots, and trust the deserving."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.botwatch.trust

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:z46zh55ljmgogiammxofkrqz
CID
bafyreigtx7hcjyu2v2gdlm3pypa2qpapxitk6mhdjm7qma6z26eldghb6e
Indexed At
2026-03-11 21:21 UTC
AT-URI
at://did:plc:z46zh55ljmgogiammxofkrqz/com.atproto.lexicon.schema/net.botwatch.trust

Version History (2 versions)

Lexicon Garden

@