app.tempomusic.embed.external

lexicons.tempomusic.fan

Documentation

Embedded external link with preview metadata (Open Graph-style title, description, and thumbnail).

main object

Embedded external link with preview metadata (Open Graph-style title, description, and thumbnail).

Properties

external ref #external Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "external"
  ],
  "properties": {
    "external": {
      "ref": "#external",
      "type": "ref"
    }
  },
  "description": "Embedded external link with preview metadata (Open Graph-style title, description, and thumbnail)."
}
external object

No description available.

Properties

description string Required

No description available.

maxLength: 4000 bytesmaxGraphemes: 1000 graphemes
thumb blob Optional

Optional preview thumbnail.

maxSize: 1.0 MB
title string Required

No description available.

maxLength: 2000 bytesmaxGraphemes: 300 graphemes
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/png",
        "image/jpeg",
        "image/webp"
      ],
      "maxSize": 1000000,
      "description": "Optional preview thumbnail."
    },
    "title": {
      "type": "string",
      "maxLength": 2000,
      "maxGraphemes": 300
    },
    "description": {
      "type": "string",
      "maxLength": 4000,
      "maxGraphemes": 1000
    }
  }
}

Lexicon Garden

@