-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.json
More file actions
31 lines (31 loc) · 1.04 KB
/
feed.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"title": "H4C Playground",
"subtitle": "A Collection of Swift Lessons",
"publisherName": "Hack For Coummunity",
"feedIdentifier": "org.hackforcommunity",
"contactURL": "https;//hackforcommunity.github.io",
"formatVersion": "1.2",
"documents": [
{
"title": "Intro",
"overviewSubtitle": "asdf",
"detailSubtitle": "sdf",
"description": "dsa",
"difficultyLevel": "advanced",
"contentIdentifier": "org.hackforcommunity.intro",
"contentVersion": "1.0",
"url": "intro/Intro.playgroundbook.zip",
"publishedDate": "2019-08-17T21:13:57+00:00",
"lastUpdatedDate": "2019-08-18T21:13:57+00:00",
"thumbnailURL": "intro/thumbnail.jpg",
"bannerImageURL": "intro/banner.jpg",
"additionalInformation": [
{
"name": "Languages",
"value": "English"
}
],
"previewImageURLs": []
}
]
}