A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/pgpull 31 lines 803 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.rocksky.stats.defs", 4 "defs": { 5 "statsView": { 6 "type": "object", 7 "properties": { 8 "scrobbles": { 9 "type": "integer", 10 "description": "The total number of scrobbles." 11 }, 12 "artists": { 13 "type": "integer", 14 "description": "The total number of unique artists scrobbled." 15 }, 16 "lovedTracks": { 17 "type": "integer", 18 "description": "The total number of tracks marked as loved." 19 }, 20 "albums": { 21 "type": "integer", 22 "description": "The total number of unique albums scrobbled." 23 }, 24 "tracks": { 25 "type": "integer", 26 "description": "The total number of unique tracks scrobbled." 27 } 28 } 29 } 30 } 31}