{
"id": "space.remanso.recording",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"audio",
"createdAt"
],
"properties": {
"audio": {
"type": "blob",
"accept": [
"audio/*",
"video/mp4"
],
"maxSize": 50000000,
"description": "The recording itself. video/mp4 is accepted alongside audio/* because a PDS sniffs the container rather than trusting the upload's Content-Type, and an audio-only MP4 or M4A sniffs as video/mp4."
},
"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
}
Metadata
- DID
-
did:plc:4m3kouplb7s7xozjd3whinvl
- CID
-
bafyreiamb3n7utdtupc22qkfltlvsmx4avax3mc72xg3ina74iub5flvla
- Indexed At
- 2026-08-01 13:32 UTC
- AT-URI
-
at://did:plc:4m3kouplb7s7xozjd3whinvl/com.atproto.lexicon.schema/space.remanso.recording
Version History (7 versions)