social.coves.feed.getCommunity

coves.social

{
  "id": "social.coves.feed.getCommunity",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "social.coves.feed.defs#feedViewPost",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 500
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "sort": {
            "type": "string",
            "default": "hot",
            "maxLength": 64,
            "description": "Sort order for community feed",
            "knownValues": [
              "hot",
              "top",
              "new"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 15,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 500
          },
          "community": {
            "type": "string",
            "format": "at-identifier",
            "description": "Get community feed for specific community (DID or handle)"
          },
          "timeframe": {
            "type": "string",
            "default": "day",
            "maxLength": 64,
            "description": "Timeframe for top sorting (only applies when sort=top)",
            "knownValues": [
              "hour",
              "day",
              "week",
              "month",
              "year",
              "all"
            ]
          }
        }
      },
      "description": "Get a feed of posts from a specific community"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.feed.getCommunity

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

Referenced Schemas (1)

Lexicon Garden

@