-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample-feature.json
73 lines (73 loc) · 1.49 KB
/
sample-feature.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "./schema.json",
"title":"Sample title",
"description":"Sample description",
"spec":"http://example.com/path/to/spec.html",
"status":"wd",
"links":[
{
"url":"http://example.com/path/to/link.html",
"title":"Link title"
}
],
"bugs":[
{
"description":"Sample bug description"
}
],
"categories":[
"Player",
"Feed"
],
"clients":{
"Pocketcasts":{
"ios":"y",
"android":"y",
"web":"u",
"since":{ "version":"1.4.2", "date":"2019-01-22" }
},
"Apple Podcasts":{
"ios":"y",
"web":"u"
},
"Google Podcasts":{
"ios":"y",
"android":"y"
}
},
"directories":{
"podcastindex.org":{
"since":{ "version":"1.4.2", "date":"2019-01-22", "source":"https://domain.tld/blog/2020/support_for_sample_feature" }
},
"fyyd.de":{
"since":{ "version":"1.4.2", "date":"2019-01-22" }
},
"listennotes.com": "n",
"apple": "n"
},
"providers":{
"podigee":{
"since":{ "date":"2019-01-22" }
},
"blubrry":{
"since":{ "date":"2019-01-22" }
},
"libsyn": "n"
},
"other":{
"PowerPress":{
"since":{ "date":"2019-01-22" }
},
"Podlove Publisher":{
"since":{ "date":"2019-01-22" }
}
},
"notes":"Sample notes for feature, explain partial support here",
"notes_by_num":{
"1":"First note..."
},
"usage_perc_y":0,
"usage_perc_a":0,
"parent":"parentfeatureid",
"keywords":["example", "keywords"]
}