Music streaming on ATProto!

feat(lexicons/v0.feed.track): add `explicit` and `releasedAt` fields

ovyerus.com d5f4268e b70ebbdf

verified
Changed files
+10 -1
packages
lexicons
defs
sh
comet
v0
feed
+10 -1
packages/lexicons/defs/sh/comet/v0/feed/track.json
··· 40 40 "description": "Annotations of the track's description.", 41 41 "ref": "sh.comet.v0.richtext.facet" 42 42 }, 43 + "explicit": { 44 + "type": "boolean", 45 + "description": "Whether the track contains explicit content that may objectionable to some people, usually swearing or adult themes." 46 + }, 43 47 "tags": { 44 48 "type": "array", 45 49 "description": "Hashtags for the track, usually for genres.", ··· 53 57 "createdAt": { 54 58 "type": "string", 55 59 "format": "datetime", 56 - "description": "Timestamp for when the track was originally created/released." 60 + "description": "Timestamp for when the track entry was originally created." 61 + }, 62 + "releasedAt": { 63 + "type": "string", 64 + "format": "datetime", 65 + "description": "Timestamp for when the track was released. If in the future, may be used to implement pre-savable tracks." 57 66 } 58 67 } 59 68 }