pet.trezy.getLeaderboard

trezy.pet

{
  "id": "pet.trezy.getLeaderboard",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "entries"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "entries": {
              "type": "array",
              "items": {
                "ref": "#entry",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      }
    },
    "entry": {
      "type": "object",
      "required": [
        "did",
        "pet",
        "species",
        "name",
        "score",
        "level"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "pet": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "level": {
          "type": "integer"
        },
        "score": {
          "type": "integer"
        },
        "species": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pet.trezy.getLeaderboard

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ollch4g7tes2reb5eceiwuol
CID
bafyreicgeokaw2qyi5gafcj6j5ydfnsgmwm2onz3ppciibbyywlkwhiucu
Indexed At
2026-08-09 01:42 UTC
AT-URI
at://did:plc:ollch4g7tes2reb5eceiwuol/com.atproto.lexicon.schema/pet.trezy.getLeaderboard

Lexicon Garden

@