Acast Namespace
The Acast namespace provides podcast-specific metadata for Acast's podcast hosting platform, including show and episode identifiers, encrypted settings, and network information.
| Namespace URI | https://schema.acast.com/1.0/ |
|---|---|
| Specification | No official documentation (inferred from live feeds) |
| Prefix | <acast:*> |
| Available in | RSS |
| Property | acast |
Types
ts
export namespace AcastNs {
export type Signature = {
key?: string
algorithm?: string
value?: string
}
export type Network = {
id?: string
slug?: string
value?: string
}
export type Feed = {
showId?: string
showUrl?: string
signature?: Signature
settings?: string
network?: Network
importedFeed?: string
}
export type Item = {
episodeId?: string
showId?: string
episodeUrl?: string
settings?: string
}
}Related
- Spotify Namespace - Spotify podcast metadata
- iTunes Namespace - Traditional podcast metadata
- Podcast Namespace - Podcasting 2.0 features
- Parsing Namespaces - How namespace parsing works