{
"id": "pink.vase.pod.show",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"description": "The display name of the show."
},
"coverArt": {
"type": "blob",
"accept": [
"image/jpeg",
"image/png",
"image/webp"
],
"maxSize": 1000000,
"description": "Cover art image. Stored as a blob in the user's PDS."
},
"explicit": {
"type": "boolean",
"description": "Whether the show contains explicit content."
},
"language": {
"type": "string",
"format": "language",
"description": "Primary language of the show, BCP-47 format e.g. 'en', 'es'."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"categories": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxLength": 3,
"description": "Podcast categories e.g. 'Technology', 'Comedy'."
},
"websiteUrl": {
"type": "string",
"format": "uri"
},
"description": {
"type": "string",
"maxLength": 2000
}
}
},
"description": "A podcast show. A single user can have multiple shows."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreicgvim2ymkndufsufr7h44ickzcje4oom4sq3la2ii556oxls2r6m
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/pink.vase.pod.show