computer.aesthetic.tape

aesthetic.computer

{
  "id": "computer.aesthetic.tape",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "slug",
          "code",
          "when"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "description": "MongoDB ObjectId reference for bi-directional sync"
          },
          "code": {
            "type": "string",
            "description": "Short alphanumeric code for easy lookup (e.g., 'a3x')"
          },
          "slug": {
            "type": "string",
            "description": "The unique slug identifier for this tape (e.g., wand-1729177200000)"
          },
          "when": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp when the tape was created"
          },
          "acUrl": {
            "type": "string",
            "description": "Permanent link to view on aesthetic.computer (e.g., https://aesthetic.computer/!a3x)"
          },
          "video": {
            "type": "blob",
            "accept": [
              "video/mp4"
            ],
            "maxSize": 52428800,
            "description": "MP4 video with 3x pixel scaling and audio soundtrack (max 50MB)"
          },
          "zipUrl": {
            "type": "string",
            "description": "Direct URL to download the original ZIP file with frames and audio"
          },
          "thumbnail": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png"
            ],
            "maxSize": 1048576,
            "description": "Thumbnail image from midpoint frame, 3x scaled with nearest neighbor (max 1MB)"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.aesthetic.tape

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k3k3wknzkcnekbnyde4dbatz
CID
bafyreibpbdhbuwxuria6m7juksumloisas5knwm3baxssqpuyl5rplt5je
Indexed At
2026-02-13 13:52 UTC
AT-URI
at://did:plc:k3k3wknzkcnekbnyde4dbatz/com.atproto.lexicon.schema/computer.aesthetic.tape

Lexicon Garden

@