com.lopecode.bundle

larkworthy.bsky.social

{
  "id": "com.lopecode.bundle",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "files",
          "createdAt"
        ],
        "properties": {
          "files": {
            "type": "array",
            "items": {
              "ref": "#fileEntry",
              "type": "ref"
            }
          },
          "title": {
            "type": "string",
            "maxLength": 200
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    },
    "fileEntry": {
      "type": "object",
      "required": [
        "id",
        "encoding",
        "blob"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 1000,
          "description": "Script tag id, e.g. `@user/module`, `@user/module/asset.png`, `bootconf.json`"
        },
        "blob": {
          "type": "blob",
          "description": "atproto blob ref — CID (v1 raw + sha-256), mimeType, size"
        },
        "encoding": {
          "enum": [
            "text",
            "base64"
          ],
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.lopecode.bundle

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:j7nm3lrd5h7fm3sfhcv3lhfv
CID
bafyreihby6h3hcdbdilecpi4byzj6czp6gyfidfcxdaqvufltvy2ysf2w4
Indexed At
2026-05-20 05:32 UTC
AT-URI
at://did:plc:j7nm3lrd5h7fm3sfhcv3lhfv/com.atproto.lexicon.schema/com.lopecode.bundle

Lexicon Garden

@