social.lexical.now.update

lexical.social

Documentation

A now page update. Represents what someone is currently focused on, working on, reading, or thinking about.

main record

A now page update. Represents what someone is currently focused on, working on, reading, or thinking about.

Record Key tid Timestamp-based ID

Properties

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

sections array of ref #section Required

No description available.

maxLength: 8 itemsminLength: 1 items
View raw schema
{
  "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."
}
item object

No description available.

Properties

text string Required

No description available.

maxLength: 1024 bytesmaxGraphemes: 512 graphemes
View raw schema
{
  "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
    }
  }
}
section object

No description available.

Properties

heading string Optional

No description available.

maxLength: 128 bytesmaxGraphemes: 64 graphemes
items array of ref#item Required

No description available.

maxLength: 8 itemsminLength: 1 items
View raw schema
{
  "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
    }
  }
}

Lexicon Garden

@