com.getorbyt.community.getFeed

getorbyt.com

{
  "id": "com.getorbyt.community.getFeed",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "CommunityNotFound"
        },
        {
          "name": "InvalidCursor"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "com.getorbyt.community.defs#feedItem",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "sort": {
            "type": "string",
            "default": "latest",
            "description": "`top` ranks by Orbyt's canonical all-time loop count.",
            "knownValues": [
              "latest",
              "top"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "community": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "A Community's native feed skeleton, served from projected com.getorbyt.community.post links. Clients hydrate post URIs through their authenticated Bluesky AppView. Removed posts are only included for their author and Community moderators."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.getFeed

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

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreiclsj3rk52yksaarowtbpfeaqbe2lnvulpzqqzfkq7m6y7swytwg4
Indexed At
2026-08-28 23:34 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.getFeed

Referenced Schemas (1)

Lexicon Garden

@