app.standard-reader.listSave

standard-reader.app

Documentation

Saves another reader's app.standard-reader.list into this reader's app (like adding a Bluesky list). Presence of the record means saved; deleting it removes the list again.

main record

Saves another reader's app.standard-reader.list into this reader's app (like adding a Bluesky list). Presence of the record means saved; deleting it removes the list again.

Record Key any Any valid record key

Properties

createdAt string datetime Required

When the list was saved.

list string at-uri Required

AT URI of the app.standard-reader.list record being saved.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "list",
      "createdAt"
    ],
    "properties": {
      "list": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the app.standard-reader.list record being saved."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the list was saved."
      }
    }
  },
  "description": "Saves another reader's app.standard-reader.list into this reader's app (like adding a Bluesky list). Presence of the record means saved; deleting it removes the list again."
}

Lexicon Garden

@