blue.registry.listItem

registry.blue

{
  "id": "blue.registry.listItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "list",
          "item",
          "createdAt"
        ],
        "properties": {
          "item": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the item record."
          },
          "list": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the list record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the item was added to the list."
          }
        }
      },
      "description": "A join record linking an item to a list."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Associates an item with a list. Enables many-to-many relationships between lists and items."
}

Validate Record

Validate a record against blue.registry.listItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4olik72a346dcc2hppt7ioo4
CID
bafyreidbgvllwapouyvp3unobj62364p4aot6mdt5u7j35n35ote5mx4bi
Indexed At
2026-04-05 00:56 UTC
AT-URI
at://did:plc:4olik72a346dcc2hppt7ioo4/com.atproto.lexicon.schema/blue.registry.listItem

Lexicon Garden

@