{
"id": "co.goodfeeds.feed.list",
"defs": {
"main": {
"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": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A user's publicly shared collection of Bluesky feed generators."
}
Metadata
- DID
-
did:plc:5rnwczst5e2bvowikwejyemz
- CID
-
bafyreibp5p3gy4umu4dexhvf7w7mdy63pd76pww5cpuwduis4anezqcrnm
- Indexed At
- 2026-07-26 20:05 UTC
- AT-URI
-
at://did:plc:5rnwczst5e2bvowikwejyemz/com.atproto.lexicon.schema/co.goodfeeds.feed.list