Skip to content

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 URIhttp://backend.userland.com/creativeCommonsRssModule
SpecificationCreative Commons RSS Module Specification
Prefix<creativeCommons:*>
Available inRSS, Atom
PropertycreativeCommons

Types

ts
export namespace CreativeCommonsNs {
  export type ItemOrFeed = {
    licenses?: Array<string>
  }
}