pub.leaflet.graph.recommendations

leaflet.pub

{
  "id": "pub.leaflet.graph.recommendations",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publication",
          "recommendations"
        ],
        "properties": {
          "publication": {
            "type": "string",
            "format": "at-uri",
            "description": "The publication making the recommendations; must live in the same repo as this record"
          },
          "recommendations": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 3,
            "description": "Publications this publication recommends"
          }
        }
      },
      "description": "Record declaring the publications a publication recommends"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.leaflet.graph.recommendations

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:btxrwcaeyodrap5mnjw2fvmz
CID
bafyreieuqe5cm6y7htbtff6h4z57x4zzvwnsaxxsdg74gkpwlzkqdfpjja
Indexed At
2026-08-05 19:14 UTC
AT-URI
at://did:plc:btxrwcaeyodrap5mnjw2fvmz/com.atproto.lexicon.schema/pub.leaflet.graph.recommendations

Lexicon Garden

@