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

net.anisota.feed.listItem

anisota.net

Documentation

main record

Record representing a post's inclusion on a specific list. The AppView will ignore duplicate listitem records.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp when the post was added to the list

list string at-uri Required

Reference (AT-URI) to the list record (net.anisota.feed.list).

subject string at-uri Required

The post URI which is included on the list.

View raw schema
{
  "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."
}

Lexicon Garden

@