{
"id": "social.coves.aggregator.service",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"did",
"displayName",
"createdAt"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the aggregator service (must match repo DID)"
},
"avatar": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000,
"description": "Avatar image for bot identity"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"sourceUrl": {
"type": "string",
"format": "uri",
"description": "URL to aggregator's source code (for transparency)"
},
"maintainer": {
"type": "string",
"format": "did",
"description": "DID of person/organization maintaining this aggregator"
},
"description": {
"type": "string",
"maxLength": 3000,
"description": "Description of what this aggregator does",
"maxGraphemes": 300
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Human-readable name (e.g., 'RSS News Aggregator')",
"maxGraphemes": 64
},
"configSchema": {
"type": "unknown",
"description": "JSON Schema describing config options for this aggregator. Communities use this to know what configuration fields are available."
}
}
},
"description": "Declaration of an aggregator service that can post to communities. Published in the aggregator's own repository. Similar to app.bsky.feed.generator and app.bsky.labeler.service."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreicdiqfzyn53rxv3nf55nitmoqdoixrmvbuj3qwwtqm772qv6nbune
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.service