dev.herisson.test.trust.grade

herisson.dev

{
  "id": "dev.herisson.test.trust.grade",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt",
          "grade"
        ],
        "properties": {
          "grade": {
            "type": "integer",
            "maximun": 100,
            "minimum": 0,
            "description": "The reputation the account is give. 0 means no trust at all, 100 means complete trust."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The account that is being graded."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Record declaring a 'grade of trust' a user has for a given identity"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.herisson.test.trust.grade

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kxx74oyie4dx3apzmmd624at
CID
bafyreifwsnlcpdgnu4s4enj3yxds5dlz752tjl7rjbdjv2jsvjmuwreb5i
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:kxx74oyie4dx3apzmmd624at/com.atproto.lexicon.schema/dev.herisson.test.trust.grade

Version History (2 versions)

Lexicon Garden

@