computer.aesthetic.piece

aesthetic.computer

{
  "id": "computer.aesthetic.piece",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "slug",
          "when",
          "ref"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "maxLength": 24,
            "description": "MongoDB ObjectId reference for bidirectional sync"
          },
          "slug": {
            "type": "string",
            "maxLength": 100,
            "description": "The piece identifier (e.g., 'wand')"
          },
          "when": {
            "type": "string",
            "format": "datetime",
            "description": "Creation timestamp (ISO 8601)"
          }
        }
      },
      "description": "A piece (interactive program) from Aesthetic Computer"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.aesthetic.piece

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@