social.coves.aggregator.enable

coves.social

{
  "id": "social.coves.aggregator.enable",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "aggregatorDid"
          ],
          "properties": {
            "config": {
              "type": "unknown",
              "description": "Aggregator-specific configuration. Must conform to the aggregator's configSchema."
            },
            "community": {
              "type": "string",
              "format": "at-identifier",
              "description": "DID or handle of the community"
            },
            "aggregatorDid": {
              "type": "string",
              "format": "did",
              "description": "DID of the aggregator to enable"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotAuthorized",
          "description": "Caller is not a moderator of this community"
        },
        {
          "name": "AggregatorNotFound",
          "description": "Aggregator DID does not exist or has no service declaration"
        },
        {
          "name": "InvalidConfig",
          "description": "Config does not match aggregator's configSchema"
        },
        {
          "name": "AlreadyEnabled",
          "description": "Aggregator is already enabled for this community"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "authorization"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID of the created authorization record"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the created authorization record"
            },
            "authorization": {
              "ref": "social.coves.aggregator.defs#authorizationView",
              "type": "ref",
              "description": "The created authorization details"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Enable an aggregator for a community. Creates an authorization record in the community's repository. Requires moderator permissions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.aggregator.enable

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
bafyreihkr26iicauc7sbtu5u5qnkvfq7cjdyn6kgnrfarectwpywucp7yy
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.enable

Referenced Schemas (1)

Lexicon Garden

@