Properties that make up a Creator SSS feed. (All properties are required unless stated otherwise)

Property Type Description
identifier Uuid Unique identifier for the creator
name String Name of the creator
bio String A short bio of the creator. Most apps will only display only the first 260 characters.
datePublished Date Date the creator feed is published.
url String Url link of this SSS feed
tags [String] An array of tags for the creator. Most apps will only display use the first 10 tags provided.
links [LinkDetails] An array to links to a creator's website, email and social media accounts
avatarImage ImageDetails Avatar image for the creator. Comes in 3 sizes (variants) avatar_sm, avatar_md, avatar_lg
country Country Country the creator lives in or is from.
feedOwnerName String Name of the owner of this SSS feed.
feedOwnerEmail String Email use to verify ownership of this SSS feed.
copyrightNotice String Copyright details.
content [Content] An array of all the content by the creator and what roles they performed in making the content.

Content

Each issue (episode) that makes up a Comic Series

Property Type Description
@type String Type of the content (Must be a valid type from 3s-docs.org)
identifier Uuid Unique identifier for the content
url String Url link of the content’s SSS feed
roles [ContentRole] Roles performed by the creator in making this content.

Example SSS Feed

https://taddy.org/feeds/sss/creator/8d3ed35e-4cf0-4986-bf20-4ee5bf4cfe05

Referenced types in this document:

ContentRole

ImageDetails

LinkDetails

Country

Date

<aside> ❕ If you would like to edit or contribute to the SSS specification. You can either submit a PR here or by creating a notion account and leaving a comment.

Open Source Credit: This website is actually just a notion document. We use Travis's notion + nextjs starter project, you should check it out if you want an easy way to create + edit your docs.

</aside>