live.voxport.podcast.subscribe

voxport.live

{
  "id": "live.voxport.podcast.subscribe",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "live.voxport.podcast.series",
            "type": "ref",
            "description": "The series being subscribed to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "notifyNewEpisodes": {
            "type": "boolean",
            "default": true,
            "description": "Whether to notify when new episodes are published"
          }
        }
      },
      "description": "Subscription to a podcast series for episode notifications"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Subscription to a podcast series for episode notifications"
}

Validate Record

Validate a record against live.voxport.podcast.subscribe

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

Metadata

DID
did:plc:hhtgwctzcuhlkqrxu526sco5
CID
bafyreihuor4fzmt5e2rispk76o5hdcpxvqonkpcknansfkhinuvzprpmty
Indexed At
2026-09-01 18:32 UTC
AT-URI
at://did:plc:hhtgwctzcuhlkqrxu526sco5/com.atproto.lexicon.schema/live.voxport.podcast.subscribe

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@