{
"id": "app.standard-reader.list",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"publications",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "Display name of the list.",
"maxGraphemes": 64
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the list was created."
},
"description": {
"type": "string",
"maxLength": 3000,
"description": "Optional description shown on the list's public page.",
"maxGraphemes": 300
},
"publications": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 500,
"description": "Ordered AT URIs of the site.standard.publication records in this list."
}
}
},
"description": "A named, ordered, shareable list of publications (like a Bluesky user list, but for site.standard.publication subscriptions). Lists are one level deep; a publication may appear in multiple lists."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}