pink.vase.pod.episode

lexicon.store View official

{
  "id": "pink.vase.pod.episode",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "show",
          "title",
          "audioUrl",
          "createdAt"
        ],
        "properties": {
          "show": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The show this episode belongs to."
          },
          "title": {
            "type": "string",
            "maxLength": 300
          },
          "audioUrl": {
            "type": "string",
            "format": "uri",
            "description": "URL to the audio file. Can be any host the creator controls."
          },
          "coverArt": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Optional per-episode cover art, overrides show art."
          },
          "explicit": {
            "type": "boolean"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 5000
          },
          "episodeType": {
            "type": "string",
            "description": "Follows podcast RSS spec episode types.",
            "knownValues": [
              "full",
              "trailer",
              "bonus"
            ]
          },
          "seasonNumber": {
            "type": "integer"
          },
          "episodeNumber": {
            "type": "integer"
          },
          "durationSeconds": {
            "type": "integer",
            "description": "Episode duration in seconds."
          }
        }
      },
      "description": "A podcast episode belonging to a show."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pink.vase.pod.episode

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiad3tbq4pzsgqnhu5yzol745gfsziv64vpro27mhikvwkba7ruhne
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/pink.vase.pod.episode

Lexicon Garden

@