External link embed with optional aggregated sources for megathreads
Properties
No description available.
View raw schema
{
"type": "object",
"required": [
"external"
],
"properties": {
"external": {
"ref": "#external",
"type": "ref"
}
},
"description": "External link embed with optional aggregated sources for megathreads"
}
Primary external link metadata
Properties
Description or excerpt of the linked content
maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
Domain of the linked content (e.g., nytimes.com)
maxLength: 253 bytes
Type hint for content rendering and filtering
maxLength: 64 bytes
Known values: article, image, video, website
Preview images for image gallery providers
maxLength: 8 items
Service provider name (e.g., imgur, streamable)
maxLength: 100 bytes
Aggregated source links for megathreads. Each source references an original article and optionally the Coves post that shared it
maxLength: 50 items
Thumbnail image for the post (applies to primary link)
maxSize: 6.0 MB
Title of the linked content
maxLength: 5000 bytesmaxGraphemes: 500 graphemes
Total number of items if more than displayed (for galleries)
minimum: 0
URI of the primary external content
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "URI of the primary external content"
},
"thumb": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 6000000,
"description": "Thumbnail image for the post (applies to primary link)"
},
"title": {
"type": "string",
"maxLength": 5000,
"description": "Title of the linked content",
"maxGraphemes": 500
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "Domain of the linked content (e.g., nytimes.com)"
},
"images": {
"type": "array",
"items": {
"ref": "social.coves.embed.images#image",
"type": "ref"
},
"maxLength": 8,
"description": "Preview images for image gallery providers"
},
"sources": {
"type": "array",
"items": {
"ref": "#source",
"type": "ref"
},
"maxLength": 50,
"description": "Aggregated source links for megathreads. Each source references an original article and optionally the Coves post that shared it"
},
"provider": {
"type": "string",
"maxLength": 100,
"description": "Service provider name (e.g., imgur, streamable)"
},
"embedType": {
"type": "string",
"maxLength": 64,
"description": "Type hint for content rendering and filtering",
"knownValues": [
"article",
"image",
"video",
"website"
]
},
"totalCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of items if more than displayed (for galleries)"
},
"description": {
"type": "string",
"maxLength": 10000,
"description": "Description or excerpt of the linked content",
"maxGraphemes": 1000
}
},
"description": "Primary external link metadata"
}
A source link aggregated into a megathread
Properties
Domain of the source (e.g., nytimes.com)
maxLength: 253 bytes
Reference to the Coves post that originally shared this link. Used for feed deprioritization of rolled-up posts
Title of the source article
maxLength: 5000 bytesmaxGraphemes: 500 graphemes
URI of the source article
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "URI of the source article"
},
"title": {
"type": "string",
"maxLength": 5000,
"description": "Title of the source article",
"maxGraphemes": 500
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "Domain of the source (e.g., nytimes.com)"
},
"sourcePost": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to the Coves post that originally shared this link. Used for feed deprioritization of rolled-up posts"
}
},
"description": "A source link aggregated into a megathread"
}
View of an external link embed as served by the AppView
Properties
No description available.
View raw schema
{
"type": "object",
"required": [
"external"
],
"properties": {
"external": {
"ref": "#viewExternal",
"type": "ref"
}
},
"description": "View of an external link embed as served by the AppView"
}
External link metadata as served by the AppView; thumb is a fetchable URL instead of a blob reference
Properties
Description or excerpt of the linked content
maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
Domain of the linked content (e.g., nytimes.com)
maxLength: 253 bytes
Type hint for content rendering and filtering
maxLength: 64 bytes
Known values: article, image, video, website
Preview images for image gallery providers
maxLength: 8 items
Service provider name (e.g., imgur, streamable)
maxLength: 100 bytes
Aggregated source links for megathreads. Each source references an original article and optionally the Coves post that shared it
maxLength: 50 items
URL of the thumbnail image, served via the hosting PDS blob endpoint
Title of the linked content
maxLength: 5000 bytesmaxGraphemes: 500 graphemes
Total number of items if more than displayed (for galleries)
minimum: 0
URI of the primary external content
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "URI of the primary external content"
},
"thumb": {
"type": "string",
"format": "uri",
"description": "URL of the thumbnail image, served via the hosting PDS blob endpoint"
},
"title": {
"type": "string",
"maxLength": 5000,
"description": "Title of the linked content",
"maxGraphemes": 500
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "Domain of the linked content (e.g., nytimes.com)"
},
"images": {
"type": "array",
"items": {
"ref": "social.coves.embed.images#image",
"type": "ref"
},
"maxLength": 8,
"description": "Preview images for image gallery providers"
},
"sources": {
"type": "array",
"items": {
"ref": "#source",
"type": "ref"
},
"maxLength": 50,
"description": "Aggregated source links for megathreads. Each source references an original article and optionally the Coves post that shared it"
},
"provider": {
"type": "string",
"maxLength": 100,
"description": "Service provider name (e.g., imgur, streamable)"
},
"embedType": {
"type": "string",
"maxLength": 64,
"description": "Type hint for content rendering and filtering",
"knownValues": [
"article",
"image",
"video",
"website"
]
},
"totalCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of items if more than displayed (for galleries)"
},
"description": {
"type": "string",
"maxLength": 10000,
"description": "Description or excerpt of the linked content",
"maxGraphemes": 1000
}
},
"description": "External link metadata as served by the AppView; thumb is a fetchable URL instead of a blob reference"
}