co.goodfeeds.feed.list

goodfeeds.co

Documentation

A user's publicly shared list of Bluesky feed generators.

main record

A user's publicly shared list of Bluesky feed generators.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

feeds array of ref #sharedFeed Required

No description available.

maxLength: 100 itemsminLength: 1 items
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "feeds",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "feeds": {
        "type": "array",
        "items": {
          "ref": "#sharedFeed",
          "type": "ref"
        },
        "maxLength": 100,
        "minLength": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A user's publicly shared list of Bluesky feed generators."
}
sharedFeed object

A reference to a Bluesky feed generator record.

Properties

pinned boolean Optional

Whether the feed was pinned in the owner's Bluesky saved feeds when this list was published.

uri string at-uri Required

AT URI of an app.bsky.feed.generator record with a DID authority.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT URI of an app.bsky.feed.generator record with a DID authority."
    },
    "pinned": {
      "type": "boolean",
      "description": "Whether the feed was pinned in the owner's Bluesky saved feeds when this list was published."
    }
  },
  "description": "A reference to a Bluesky feed generator record."
}

Lexicon Garden

@