computer.aesthetic.kidlisp

aesthetic.computer

{
  "id": "computer.aesthetic.kidlisp",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source",
          "code",
          "when",
          "ref"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "maxLength": 24,
            "description": "MongoDB ObjectId reference for bidirectional sync"
          },
          "code": {
            "type": "string",
            "maxLength": 10,
            "description": "Short alphanumeric code for easy lookup"
          },
          "when": {
            "type": "string",
            "format": "datetime",
            "description": "Creation timestamp (ISO 8601)"
          },
          "source": {
            "type": "string",
            "maxLength": 50000,
            "description": "The KidLisp source code"
          }
        }
      },
      "description": "A KidLisp code snippet from Aesthetic Computer"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.aesthetic.kidlisp

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@