computer.aesthetic.news

aesthetic.computer

{
  "id": "computer.aesthetic.news",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "headline",
          "when"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "description": "Reference to source database record for bidirectional sync"
          },
          "body": {
            "type": "string",
            "maxLength": 10000,
            "description": "Full article body text (optional)"
          },
          "link": {
            "type": "string",
            "format": "uri",
            "description": "External link to full article (optional)"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 10,
            "description": "Category tags for the news item"
          },
          "when": {
            "type": "string",
            "format": "datetime",
            "description": "When the news was published (ISO 8601)"
          },
          "headline": {
            "type": "string",
            "maxLength": 300,
            "description": "The news headline text"
          }
        }
      },
      "description": "A news headline from Aesthetic Computer"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against computer.aesthetic.news

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@