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. |
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. |
https://taddy.org/feeds/sss/creator/8d3ed35e-4cf0-4986-bf20-4ee5bf4cfe05
<aside> đŸ‘· If you would like to edit or contribute to the SSS specification, you can submit a PR here.
</aside>