app.offprint.richtext.facet

dmeznw3lbvqd6yyi.glorp.network View official

{
  "id": "app.offprint.richtext.facet",
  "defs": {
    "bold": {
      "type": "object",
      "properties": []
    },
    "code": {
      "type": "object",
      "properties": []
    },
    "link": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri",
          "required": true
        }
      }
    },
    "main": {
      "type": "object",
      "required": [
        "index",
        "features"
      ],
      "properties": {
        "index": {
          "ref": "#byteSlice",
          "type": "ref",
          "required": true
        },
        "features": {
          "type": "array",
          "items": {
            "refs": [
              "#bold",
              "#italic",
              "#underline",
              "#strikethrough",
              "#code",
              "#highlight",
              "#link",
              "#mention",
              "#webMention"
            ],
            "type": "union"
          },
          "required": true
        }
      }
    },
    "italic": {
      "type": "object",
      "properties": []
    },
    "mention": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "required": true
        },
        "handle": {
          "type": "string",
          "format": "handle",
          "description": "Optional cached handle for display"
        }
      }
    },
    "byteSlice": {
      "type": "object",
      "required": [
        "byteStart",
        "byteEnd"
      ],
      "properties": {
        "byteEnd": {
          "type": "integer",
          "minimum": 0,
          "required": true,
          "description": "End index (exclusive), zero-indexed byte offset in UTF-8 encoded text."
        },
        "byteStart": {
          "type": "integer",
          "minimum": 0,
          "required": true,
          "description": "Start index (inclusive), zero-indexed byte offset in UTF-8 encoded text."
        }
      }
    },
    "highlight": {
      "type": "object",
      "properties": {
        "color": {
          "type": "string",
          "description": "Optional highlight color (hex or CSS color)"
        }
      }
    },
    "underline": {
      "type": "object",
      "properties": []
    },
    "webMention": {
      "type": "object",
      "required": [
        "uri",
        "title"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri",
          "required": true,
          "description": "The URL being mentioned"
        },
        "title": {
          "type": "string",
          "required": true,
          "description": "Page title for display",
          "maxGraphemes": 100
        },
        "siteName": {
          "type": "string",
          "description": "Name of the website",
          "maxGraphemes": 50
        }
      }
    },
    "strikethrough": {
      "type": "object",
      "properties": []
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.richtext.facet

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ukz4rcyftjqvxnhmyobwtpgj
CID
bafyreiahpzal2xaip3vh4dqezvlzaqxw2vhidptou5jbluxofkvskjr3lq
Indexed At
2026-01-26 04:21 UTC
AT-URI
at://did:plc:ukz4rcyftjqvxnhmyobwtpgj/com.atproto.lexicon.schema/app.offprint.richtext.facet

Lexicon Garden

@