rsvp.atmo.getOverview

atmo.rsvp

{
  "id": "rsvp.atmo.getOverview",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "total_records",
            "collections"
          ],
          "properties": {
            "collections": {
              "type": "array",
              "items": {
                "ref": "#collectionStats",
                "type": "ref"
              }
            },
            "total_records": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get an overview of all indexed collections"
    },
    "collectionStats": {
      "type": "object",
      "required": [
        "collection",
        "records",
        "unique_users"
      ],
      "properties": {
        "records": {
          "type": "integer"
        },
        "collection": {
          "type": "string"
        },
        "unique_users": {
          "type": "integer"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.getOverview

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreibgvlnhrxygq3npdi26pk5ynbuekw5xryp5vonao4x65fut4p4xaq
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.getOverview

Lexicon Garden

@