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/*"
            ],
            "maxSize": 50000000
          },
          "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
bafyreiade2rpuxsai33f7cpxb5fz6yar5k4tubk6d7cthuciucprnjsrhe
Indexed At
2026-08-01 12:40 UTC
AT-URI
at://did:plc:4m3kouplb7s7xozjd3whinvl/com.atproto.lexicon.schema/space.remanso.recording

Version History (7 versions)

Lexicon Garden

@