forked from
tokono.ma/diffuse
A music player that connects to your cloud/distributed storage.
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}