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
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."
}