net.meowmeowbeenz.rating

meowmeowbeenz.net

{
  "id": "net.meowmeowbeenz.rating",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "value",
          "createdAt"
        ],
        "properties": {
          "value": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Rating from 1 (terrible person) to 5 (a true 5)."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the account being rated. MUST NOT be the rater's own DID."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A MeowMeowBeenz rating awarded by one user to another. Values 1–5. The rkey of the record SHOULD be a TID (timestamp identifier). The most recent rating from a given rater to a given subject is considered authoritative. As in the show, ratings are pure numbers — no comments, no justifications, no nuance. You're a 4 or you're not."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.meowmeowbeenz.rating

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xxcjbq54rj2mrm3tfpthclb6
CID
bafyreigqlumwu3ctwaxwa6hcr75dqrmi4cqzaxccq4hy22h762hjk3qtbi
Indexed At
2026-07-26 20:16 UTC
AT-URI
at://did:plc:xxcjbq54rj2mrm3tfpthclb6/com.atproto.lexicon.schema/net.meowmeowbeenz.rating

Lexicon Garden

@