app.tempomusic.embed.images

lexicons.tempomusic.fan

Documentation

Image embed. Currently limited to one image per post; maxLength may be increased in future versions without breaking existing records.

main object

Image embed. Currently limited to one image per post; maxLength may be increased in future versions without breaking existing records.

Properties

images array of ref#image Required

No description available.

maxLength: 1 items
View raw schema
{
  "type": "object",
  "required": [
    "images"
  ],
  "properties": {
    "images": {
      "type": "array",
      "items": {
        "ref": "#image",
        "type": "ref"
      },
      "maxLength": 1
    }
  },
  "description": "Image embed. Currently limited to one image per post; maxLength may be increased in future versions without breaking existing records."
}
image object

No description available.

Properties

alt string Required

Alt-text describing the image content for accessibility. Required.

maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
image blob Required

No description available.

maxSize: 1.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "image",
    "alt"
  ],
  "properties": {
    "alt": {
      "type": "string",
      "maxLength": 10000,
      "description": "Alt-text describing the image content for accessibility. Required.",
      "maxGraphemes": 1000
    },
    "image": {
      "type": "blob",
      "accept": [
        "image/png",
        "image/jpeg",
        "image/webp"
      ],
      "maxSize": 1000000
    },
    "aspectRatio": {
      "ref": "app.tempomusic.embed.defs#aspectRatio",
      "type": "ref"
    }
  }
}

Lexicon Garden

@