[WIP] music platform user data scraper
teal-fm atproto
at main 2.5 kB view raw
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT. 2 3package bsky 4 5// schema: app.bsky.unspecced.defs 6 7// UnspeccedDefs_SkeletonSearchActor is a "skeletonSearchActor" in the app.bsky.unspecced.defs schema. 8type UnspeccedDefs_SkeletonSearchActor struct { 9 Did string `json:"did" cborgen:"did"` 10} 11 12// UnspeccedDefs_SkeletonSearchPost is a "skeletonSearchPost" in the app.bsky.unspecced.defs schema. 13type UnspeccedDefs_SkeletonSearchPost struct { 14 Uri string `json:"uri" cborgen:"uri"` 15} 16 17// UnspeccedDefs_SkeletonSearchStarterPack is a "skeletonSearchStarterPack" in the app.bsky.unspecced.defs schema. 18type UnspeccedDefs_SkeletonSearchStarterPack struct { 19 Uri string `json:"uri" cborgen:"uri"` 20} 21 22// UnspeccedDefs_SkeletonTrend is a "skeletonTrend" in the app.bsky.unspecced.defs schema. 23type UnspeccedDefs_SkeletonTrend struct { 24 Category *string `json:"category,omitempty" cborgen:"category,omitempty"` 25 Dids []string `json:"dids" cborgen:"dids"` 26 DisplayName string `json:"displayName" cborgen:"displayName"` 27 Link string `json:"link" cborgen:"link"` 28 PostCount int64 `json:"postCount" cborgen:"postCount"` 29 StartedAt string `json:"startedAt" cborgen:"startedAt"` 30 Status *string `json:"status,omitempty" cborgen:"status,omitempty"` 31 Topic string `json:"topic" cborgen:"topic"` 32} 33 34// UnspeccedDefs_TrendView is a "trendView" in the app.bsky.unspecced.defs schema. 35type UnspeccedDefs_TrendView struct { 36 Actors []*ActorDefs_ProfileViewBasic `json:"actors" cborgen:"actors"` 37 Category *string `json:"category,omitempty" cborgen:"category,omitempty"` 38 DisplayName string `json:"displayName" cborgen:"displayName"` 39 Link string `json:"link" cborgen:"link"` 40 PostCount int64 `json:"postCount" cborgen:"postCount"` 41 StartedAt string `json:"startedAt" cborgen:"startedAt"` 42 Status *string `json:"status,omitempty" cborgen:"status,omitempty"` 43 Topic string `json:"topic" cborgen:"topic"` 44} 45 46// UnspeccedDefs_TrendingTopic is a "trendingTopic" in the app.bsky.unspecced.defs schema. 47type UnspeccedDefs_TrendingTopic struct { 48 Description *string `json:"description,omitempty" cborgen:"description,omitempty"` 49 DisplayName *string `json:"displayName,omitempty" cborgen:"displayName,omitempty"` 50 Link string `json:"link" cborgen:"link"` 51 Topic string `json:"topic" cborgen:"topic"` 52}