πŸ§‘β€πŸŽ¨

Creator

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 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
An array to links to a creator's website, email and social media accounts
avatarImage
Avatar image for the creator. Comes in 3 sizes (variants) avatar_sm, avatar_md, avatar_lg
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
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
Roles performed by the creator in making this content.

Example SSS Feed

Β 

Referenced types in this document:

🎠
ContentRole
πŸ“Έ
ImageDetails
⛓️
LinkDetails
🌎
Country
πŸ•“
Date
Β 
❕
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.