social.coves.aggregator.getServices

coves.social

{
  "id": "social.coves.aggregator.getServices",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "views"
          ],
          "properties": {
            "views": {
              "type": "array",
              "items": {
                "refs": [
                  "social.coves.aggregator.defs#aggregatorView",
                  "social.coves.aggregator.defs#aggregatorViewDetailed"
                ],
                "type": "union"
              },
              "description": "Array of aggregator views. Returns aggregatorView if detailed=false, aggregatorViewDetailed if detailed=true."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "dids"
        ],
        "properties": {
          "dids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 25,
            "description": "Array of aggregator DIDs to fetch"
          },
          "detailed": {
            "type": "boolean",
            "default": false,
            "description": "Include usage statistics in response"
          }
        }
      },
      "description": "Get information about aggregator services. Can fetch one or multiple aggregators by DID. Authentication optional."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.aggregator.getServices

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreig2x7hjqe2qeearqm7welrce6antce2cj5hq3j7bw4qoaubhi2d3y
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.getServices

Referenced Schemas (2)

Lexicon Garden

@