social.passports.folio

passports.social

{
  "id": "social.passports.folio",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "passportType",
          "entries",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 300,
            "description": "Folio name, e.g. 'Japan Spring 2026'."
          },
          "entries": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 200,
            "description": "Ordered list of strongrefs to the passport's entry records (e.g. social.passports.travel.leg, social.passports.fiftyStates.visit) belonging to this folio."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "albumLinks": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "maxLength": 10,
            "description": "Links to external photo albums for the folio."
          },
          "visibility": {
            "type": "string",
            "description": "Controls whether this folio is publicly visible. Acts as a display hint — individual entry visibility is the ground truth.",
            "knownValues": [
              "public",
              "private"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Free-text notes about the folio overall."
          },
          "passportType": {
            "type": "string",
            "maxLength": 50,
            "description": "The passport type this folio belongs to, e.g. 'travel', 'fiftyStates', 'amtrak'. Tells consumers what record type to expect in entries."
          }
        }
      },
      "description": "A named grouping of entries within a single passport type, e.g. a trip in the travel passport or a set of train stops in an Amtrak passport."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.passports.folio

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ssdgllkzfwekkpmu7expw6cv
CID
bafyreih4wowmugk64fqxgl2vg3munbsx4khzx74hdkveczif55sosr7kaa
Indexed At
2026-06-12 21:13 UTC
AT-URI
at://did:plc:ssdgllkzfwekkpmu7expw6cv/com.atproto.lexicon.schema/social.passports.folio

Lexicon Garden

@