org.swappulse.podcastEpisode

bridge.swappulse.org

{
  "id": "org.swappulse.podcastEpisode",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "audioUrl",
          "durationSeconds",
          "publishedAt",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 30
            },
            "maxLength": 10
          },
          "title": {
            "type": "string",
            "maxLength": 200
          },
          "hostDid": {
            "type": "string",
            "format": "did"
          },
          "audioUrl": {
            "type": "string",
            "format": "uri"
          },
          "hostName": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "playCount": {
            "type": "integer"
          },
          "showNotes": {
            "type": "string",
            "maxLength": 5000
          },
          "hostAvatar": {
            "type": "string",
            "format": "uri"
          },
          "hostHandle": {
            "type": "string"
          },
          "description": {
            "type": "string",
            "maxLength": 2000
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "chapterMarks": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string",
                  "maxLength": 100
                },
                "cardUri": {
                  "type": "string"
                },
                "timestampSeconds": {
                  "type": "integer"
                }
              }
            }
          },
          "seasonNumber": {
            "type": "integer",
            "minimum": 1
          },
          "coverImageUrl": {
            "type": "string",
            "format": "uri"
          },
          "episodeNumber": {
            "type": "integer",
            "minimum": 1
          },
          "sourceSpaceId": {
            "type": "string"
          },
          "durationSeconds": {
            "type": "integer",
            "minimum": 1
          }
        }
      },
      "description": "A podcast episode."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A podcast episode (often derived from a voice space recording), mirrored to AT Protocol as a real org.swappulse.podcastEpisode record so episodes are portable and playable across instances."
}

Validate Record

Validate a record against org.swappulse.podcastEpisode

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreidg7zshi775dur3y47sf2q4yahc4m7thif64jpv44kz7feopxntuq
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.podcastEpisode

Lexicon Garden

@