Creative Commons Namespace Reference
The Creative Commons namespace provides elements for specifying the license under which the feed content is distributed. This allows content creators to clearly indicate their licensing terms using Creative Commons or other license URLs.
| Namespace URI | http://backend.userland.com/creativeCommonsRssModule |
|---|---|
| Specification | Creative Commons RSS Module Specification |
| Prefix | <creativeCommons:*> |
| Available in | RSS, Atom |
| Property | creativeCommons |
Types
ts
export namespace CreativeCommonsNs {
export type ItemOrFeed = {
licenses?: Array<string>
}
}Related
- Parsing Namespaces - How namespace parsing works