zone.stratos.embed.images

lexicon.northsky.app

Documentation

A set of images embedded in a Stratos post. Similar to app.bsky.embed.images but for private data.

main object

A set of images embedded in a Stratos post. Similar to app.bsky.embed.images but for private data.

Properties

images array of ref#image Required

No description available.

maxLength: 4 items
View raw schema
{
  "type": "object",
  "required": [
    "images"
  ],
  "properties": {
    "images": {
      "type": "array",
      "items": {
        "ref": "#image",
        "type": "ref"
      },
      "maxLength": 4
    }
  },
  "description": "A set of images embedded in a Stratos post. Similar to app.bsky.embed.images but for private data."
}
aspectRatio object

No description available.

Properties

height integer Required

No description available.

width integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "width",
    "height"
  ],
  "properties": {
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  }
}
image object

No description available.

Properties

alt string Required

Alternative text for the image, for accessibility.

aspectRatio ref #aspectRatio Optional

No description available.

image blob Required

The image blob.

View raw schema
{
  "type": "object",
  "required": [
    "image",
    "alt"
  ],
  "properties": {
    "alt": {
      "type": "string",
      "description": "Alternative text for the image, for accessibility."
    },
    "image": {
      "type": "blob",
      "description": "The image blob."
    },
    "aspectRatio": {
      "ref": "#aspectRatio",
      "type": "ref"
    }
  }
}

Lexicon Garden

@