Backfill in-progress. Some lexicons and records may be missing or incomplete.

net.anisota.feed.listItem

anisota.net

{
  "id": "net.anisota.feed.listItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "list",
          "createdAt"
        ],
        "properties": {
          "list": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference (AT-URI) to the list record (net.anisota.feed.list)."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The post URI which is included on the list."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the post was added to the list"
          }
        }
      },
      "description": "Record representing a post's inclusion on a specific list. The AppView will ignore duplicate listitem records."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.feed.listItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreifk5xhq24qzfu3urokl7w26tpslxzd4gqdeham3wkhgdqbuobkscy
Indexed At
2026-01-04 07:21 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.feed.listItem

Lexicon Garden

@