so.sprk.sound.audio

sprk.so

{
  "id": "so.sprk.sound.audio",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sound",
          "title",
          "createdAt"
        ],
        "properties": {
          "sound": {
            "type": "blob",
            "accept": [
              "audio/*"
            ],
            "maxSize": 10485760
          },
          "title": {
            "type": "string",
            "maxLength": 1000,
            "description": "The audio's title.",
            "maxGraphemes": 100
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for this audio. Effectively content warnings."
          },
          "origin": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "details": {
            "ref": "so.sprk.sound.defs#audioDetails",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this audio was originally created."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A audio record referencable in a Spark record (e.g, a post)"
}

Validate Record

Validate a record against so.sprk.sound.audio

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

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreigmyjaijjmo3zjuq6yeptmrq5hzzkr4s6y3bnm2j2asl2sg2tjafm
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.sound.audio

Referenced Schemas (2)

Lexicon Garden

@