app.bsky.embed.images
#main
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| images | array of #image | - | ✅ | - |
#image
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| image | blob | - | ✅ | - |
| alt | string | - | ✅ | Alt text description of the image, for accessibility. |
| aspectRatio | app.bsky.embed.defs#aspectRatio | - | ❌ | - |
#view
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| images | array of #viewImage | - | ✅ | - |
#viewImage
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| thumb | string (uri) | - | ✅ | Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View. |
| fullsize | string (uri) | - | ✅ | Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View. |
| alt | string | - | ✅ | Alt text description of the image, for accessibility. |
| aspectRatio | app.bsky.embed.defs#aspectRatio | - | ❌ | - |