social.lexical.now.update

lexical.social

{
  "id": "social.lexical.now.update",
  "defs": {
    "item": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "nullable": false,
          "required": true,
          "maxLength": 1024,
          "maxGraphemes": 512
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "social.lexical.richtext.facet",
            "type": "ref",
            "nullable": false
          },
          "nullable": false,
          "required": false
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publishedAt",
          "sections"
        ],
        "properties": {
          "sections": {
            "type": "array",
            "items": {
              "ref": "#section",
              "type": "ref",
              "nullable": false
            },
            "nullable": false,
            "required": true,
            "maxLength": 8,
            "minLength": 1
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime",
            "nullable": false,
            "required": true
          }
        }
      },
      "description": "A now page update. Represents what someone is currently focused on, working on, reading, or thinking about."
    },
    "section": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "#item",
            "type": "ref",
            "nullable": false
          },
          "nullable": false,
          "required": true,
          "maxLength": 8,
          "minLength": 1
        },
        "heading": {
          "type": "string",
          "nullable": false,
          "required": false,
          "maxLength": 128,
          "maxGraphemes": 64
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.lexical.now.update

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k6xccphpraz5nylacjrdby3s
CID
bafyreic4p5h3ublkcixvxevg5b2ughdqkgr7tkqgyqw7574o3akl5bzjzi
Indexed At
2026-04-20 03:58 UTC
AT-URI
at://did:plc:k6xccphpraz5nylacjrdby3s/com.atproto.lexicon.schema/social.lexical.now.update

Referenced Schemas (1)

Lexicon Garden

@