app.tempomusic.embed.external

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.embed.external",
  "defs": {
    "main": {
      "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": {
      "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
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.embed.external

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pxsuqmultto34oks44m2lgxm
CID
bafyreifnlvlhjnyj2r23abmeq2fcdpyvsbi536yb4btb7umyxkc7wth6ye
Indexed At
2026-08-24 09:06 UTC
AT-URI
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.embed.external

Lexicon Garden

@