A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9db48c52fa3e55af5c28fcbd942363d6b8ee2ec4 20 lines 498 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.diffuse.output.setting", 4 "defs": { 5 "main": { 6 "type": "record", 7 "record": { 8 "type": "object", 9 "required": ["id", "key", "value"], 10 "properties": { 11 "id": { "type": "string" }, 12 "createdAt": { "type": "string", "format": "datetime" }, 13 "updatedAt": { "type": "string", "format": "datetime" }, 14 "key": { "type": "string" }, 15 "value": { "type": "string" } 16 } 17 } 18 } 19 } 20}