app.tempomusic.embed.video

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.embed.video",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "video",
        "alt"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 10000,
          "description": "Alt-text describing the video content for accessibility. Required.",
          "maxGraphemes": 1000
        },
        "video": {
          "type": "blob",
          "accept": [
            "video/mp4",
            "video/webm"
          ],
          "maxSize": 100000000
        },
        "captions": {
          "type": "array",
          "items": {
            "ref": "#caption",
            "type": "ref"
          },
          "maxLength": 20,
          "description": "Optional caption tracks (WebVTT) keyed by BCP-47 language tag, for accessibility."
        },
        "aspectRatio": {
          "ref": "app.tempomusic.embed.defs#aspectRatio",
          "type": "ref"
        }
      },
      "description": "Video embed. One video per post."
    },
    "caption": {
      "type": "object",
      "required": [
        "lang",
        "file"
      ],
      "properties": {
        "file": {
          "type": "blob",
          "accept": [
            "text/vtt"
          ],
          "maxSize": 20000
        },
        "lang": {
          "type": "string",
          "format": "language"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.embed.video

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@