net.atchan.embed.video

atchan.net

{
  "id": "net.atchan.embed.video",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "filename",
        "video",
        "alt"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 20000,
          "description": "Alt text description of the video for accessibility. May be empty.",
          "maxGraphemes": 2000
        },
        "video": {
          "type": "blob",
          "accept": [
            "video/mp4",
            "video/webm"
          ],
          "maxSize": 10485760,
          "description": "The video represented as bytes"
        },
        "duration": {
          "type": "integer",
          "minimum": 0,
          "description": "Client-declared length of the video in whole seconds"
        },
        "filename": {
          "type": "string",
          "maxLength": 2600,
          "description": "Name of the file as uploaded",
          "maxGraphemes": 260
        },
        "thumbnail": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 5242880,
          "description": "Frame to show when video is loading, or to use as a thumbnail"
        },
        "aspectRatio": {
          "ref": "net.atchan.embed.defs#aspectRatio",
          "type": "ref"
        },
        "presentation": {
          "type": "string",
          "description": "A hint to the client about how to present the video",
          "knownValues": [
            "default",
            "gif"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atchan.embed.video

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

Metadata

DID
did:plc:vshgahazzq7qwvp2xc6ai27o
CID
bafyreiaodh64n645722tpsimyql3ypjkohgnguqrj2eieugs3fbbqp2wze
Indexed At
2026-07-18 19:21 UTC
AT-URI
at://did:plc:vshgahazzq7qwvp2xc6ai27o/com.atproto.lexicon.schema/net.atchan.embed.video

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@