computer.aesthetic.paper

aesthetic.computer

{
  "id": "computer.aesthetic.paper",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "slug",
          "pdfUrl",
          "when"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "maxLength": 64,
            "description": "Paper directory key for bidirectional reference"
          },
          "slug": {
            "type": "string",
            "maxLength": 128,
            "description": "Site PDF name (e.g., 'aesthetic-computer-26-arxiv')"
          },
          "when": {
            "type": "string",
            "format": "datetime",
            "description": "Publication date (ISO 8601)"
          },
          "title": {
            "type": "string",
            "maxLength": 300,
            "description": "Paper title"
          },
          "pdfUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 512,
            "description": "URL to the PDF on papers.aesthetic.computer"
          },
          "languages": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 5
            },
            "maxLength": 10,
            "description": "Available language codes (e.g., en, da, es, zh)"
          },
          "revisions": {
            "type": "integer",
            "minimum": 0,
            "description": "Revision count"
          }
        }
      },
      "description": "An academic paper published on papers.aesthetic.computer"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.aesthetic.paper

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k3k3wknzkcnekbnyde4dbatz
CID
bafyreigkigfg26jlyip2fecsarmelvrjubcnrcbtcwaku5ql3iuo33xcne
Indexed At
2026-03-23 21:20 UTC
AT-URI
at://did:plc:k3k3wknzkcnekbnyde4dbatz/com.atproto.lexicon.schema/computer.aesthetic.paper

Lexicon Garden

@