social.lexical.richtext.facet

lexical.social

{
  "id": "social.lexical.richtext.facet",
  "defs": {
    "bold": {
      "type": "object",
      "properties": {}
    },
    "link": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri",
          "nullable": false,
          "required": true
        }
      }
    },
    "main": {
      "type": "object",
      "required": [
        "index",
        "features"
      ],
      "properties": {
        "index": {
          "ref": "#byteSlice",
          "type": "ref",
          "nullable": false,
          "required": true
        },
        "features": {
          "type": "array",
          "items": {
            "refs": [
              "#link",
              "#bold",
              "#italic",
              "#strikethrough",
              "#underline",
              "#monospace"
            ],
            "type": "union",
            "closed": false,
            "nullable": false
          },
          "nullable": false,
          "required": true,
          "minLength": 1
        }
      }
    },
    "italic": {
      "type": "object",
      "properties": {}
    },
    "byteSlice": {
      "type": "object",
      "required": [
        "byteStart",
        "byteEnd"
      ],
      "properties": {
        "byteEnd": {
          "type": "integer",
          "minimum": 0,
          "nullable": false,
          "required": true
        },
        "byteStart": {
          "type": "integer",
          "minimum": 0,
          "nullable": false,
          "required": true
        }
      }
    },
    "monospace": {
      "type": "object",
      "properties": {}
    },
    "underline": {
      "type": "object",
      "properties": {}
    },
    "strikethrough": {
      "type": "object",
      "properties": {}
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.lexical.richtext.facet

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@