app.offprint.block.webEmbed

offprint.app

{
  "id": "app.offprint.block.webEmbed",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "href"
      ],
      "properties": {
        "href": {
          "type": "string",
          "format": "uri",
          "required": true,
          "description": "The URL of the embedded page"
        },
        "title": {
          "type": "string",
          "description": "Page title",
          "maxGraphemes": 300
        },
        "width": {
          "type": "string",
          "description": "CSS width value (e.g., \"100%\", \"75%\". \"50%\" minimum)"
        },
        "preview": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 1000000,
          "description": "Screenshot of the embedded content (1280×720px)"
        },
        "embedUrl": {
          "type": "string",
          "format": "uri",
          "description": "oEmbed URL for iframe embedding"
        },
        "siteName": {
          "type": "string",
          "description": "Name of the website",
          "maxGraphemes": 100
        },
        "alignment": {
          "enum": [
            "left",
            "center",
            "right"
          ],
          "type": "string",
          "description": "Horizontal alignment"
        },
        "embedWidth": {
          "type": "integer",
          "minimum": 1,
          "description": "Native embed width in pixels"
        },
        "description": {
          "type": "string",
          "description": "Page description/excerpt",
          "maxGraphemes": 1000
        },
        "embedHeight": {
          "type": "integer",
          "minimum": 1,
          "description": "Native embed height in pixels"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.webEmbed

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pgjkomf37an4czloay5zeth6
CID
bafyreigaqbxyakbw6llt3zs3axujplwba2iuxecvy3u3tig3cdda4bl6te
Indexed At
2026-01-26 21:38 UTC
AT-URI
at://did:plc:pgjkomf37an4czloay5zeth6/com.atproto.lexicon.schema/app.offprint.block.webEmbed

Lexicon Garden

@