space.remanso.recording

apoena.dev

{
  "id": "space.remanso.recording",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "audio",
          "createdAt"
        ],
        "properties": {
          "audio": {
            "type": "blob",
            "accept": [
              "audio/*",
              "video/mp4",
              "video/webm"
            ],
            "maxSize": 50000000,
            "description": "The recording itself. video/mp4 and video/webm are accepted alongside audio/* because a PDS sniffs the container rather than trusting the upload's Content-Type: an audio-only MP4 or M4A sniffs as video/mp4, and a sniffer that reads no further than the EBML magic calls an audio-only WebM video/webm."
          },
          "title": {
            "type": "string",
            "maxLength": 1000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "recordedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the audio was originally captured — a past stream's air date, not the upload time."
          },
          "durationSec": {
            "type": "integer",
            "description": "Playback length in seconds."
          }
        }
      },
      "description": "An audio recording — a past stream, a podcast episode, a voice note — referenced from a Remanso note by at-uri."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.remanso.recording

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4m3kouplb7s7xozjd3whinvl
CID
bafyreifj4rbippiyf4v36h3b3vmm4yae7d5pr5witegtjuftlcklz7atb4
Indexed At
2026-08-02 19:32 UTC
AT-URI
at://did:plc:4m3kouplb7s7xozjd3whinvl/com.atproto.lexicon.schema/space.remanso.recording

Version History (7 versions)

Lexicon Garden

@