net.atchan.embed.audio

atchan.net

{
  "id": "net.atchan.embed.audio",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "filename",
        "audio",
        "alt"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 20000,
          "description": "Text description or transcript of the audio for accessibility. May be empty.",
          "maxGraphemes": 2000
        },
        "audio": {
          "type": "blob",
          "accept": [
            "audio/*"
          ],
          "maxSize": 5242880,
          "description": "The audio represented as bytes"
        },
        "duration": {
          "type": "integer",
          "minimum": 0,
          "description": "Client-declared length of the audio in whole seconds"
        },
        "filename": {
          "type": "string",
          "maxLength": 2600,
          "description": "Name of the file as uploaded",
          "maxGraphemes": 260
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atchan.embed.audio

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vshgahazzq7qwvp2xc6ai27o
CID
bafyreibzt2hfywmfwgn7t6pz5bi4rd3i5z57fimslnalowuhvyi6kxodty
Indexed At
2026-07-16 16:24 UTC
AT-URI
at://did:plc:vshgahazzq7qwvp2xc6ai27o/com.atproto.lexicon.schema/net.atchan.embed.audio

Version History (3 versions)

Lexicon Garden

@