A short explainer about how to construct your JSON file to allow people to subscribe to your Swift Playground feed.
This is a sample feed you can start from:
{
"title": "The Code Hub: Swift Playgrounds Demo Feed",
"subtitle": "A Collection of Swift Lessons",
"publisherName": "You",
"feedIdentifier": "com.example.your.playgrounds",
"contactURL": "mailto:[email protected]",
"formatVersion": "1.0",
"documents": [
{
"title": "My Super Cool Playground",
"overviewSubtitle": "A playground to explore ...",
"detailSubtitle": "A detail subtitle",
"description": "Further description forthcoming...",
"contentIdentifier": "com.example.playgrounds.AppDesignPrototyping",
"contentVersion": "1.0",
"url": "https://www.example.com/playgrounds/e...",
"publishedDate": "2021-10-18T12:00:00+00:00",
"lastUpdatedDate": "2021-10-18T12:00:00+00:00",
"thumbnailURL": "eucodeweek2021/thumbnail.png",
"bannerImageURL": "eucodeweek2021/banner.png",
"additionalInformation": [
{
"name": "Languages",
"value": "English"
}
],
"previewImageURLs": [
"eucodeweek2021/preview-1.png"
]
}
]
}