Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.embed.external

bsky-lexicons.bsky.social

Documentation

main object

A representation of some externally linked content (eg, a URL and 'card'), embedded in a Bluesky record (eg, a post).

Properties

external ref #external Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "external"
  ],
  "properties": {
    "external": {
      "ref": "#external",
      "type": "ref"
    }
  },
  "description": "A representation of some externally linked content (eg, a URL and 'card'), embedded in a Bluesky record (eg, a post)."
}
external object

Properties

description string Required

No description provided.

thumb blob Optional

No description provided.

maxSize: 1.0 MB
title string Required

No description provided.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "title",
    "description"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "thumb": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}
view object

Properties

View raw schema
{
  "type": "object",
  "required": [
    "external"
  ],
  "properties": {
    "external": {
      "ref": "#viewExternal",
      "type": "ref"
    }
  }
}
viewExternal object

Properties

description string Required

No description provided.

thumb string uri Optional

A valid URI.

title string Required

No description provided.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "title",
    "description"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "thumb": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

Lexicon Garden

@