this repo has no description
at main 1.2 kB view raw
1 2.scene.declaration (rkey: self) 3 displayName: string 4 description: string 5 avatar: blob 6 createdAt: datetime 7 guidelines[] 8 text 9 config{} 10 submission 11 commenting 12 itemTypes 13 labelers[] 14 did 15.scene.member (rkey: any/did) 16 did 17 role: knownValues/defs 18 createdAt 19 20.collection.item (rkey: tid) 21 scene: did 22 tags[] string 23 createdAt 24 item 25 #webItem 26 url 27 title 28 description 29 thumb 30 #atpItem 31 uri 32 cid 33 #textItem 34 title 35 markdown 36 #imageItem 37 image[] 38 ref: blob 39 alt: string 40 license: uri 41 attribution: string 42 aspectRatio{} 43.collection.comment (rkey: tid) 44 scene: did 45 subject: strongRef 46 parent?: strongRef 47 text: string (or markdown?) 48 createdAt 49.collection.reaction (rkey: tid) 50 scene: did 51 subject: strongRef 52 emoji: string, single 53.collection.feedback (rkey: tid) 54 scene: did 55 subject: strongRef 56 createdAt 57 feedback: string enum up/down; boost/nope 58 59.account.profile (rkey: self) 60 avatar: blob 61 createdAt 62.account.join (rkey: any/did) 63 scene: did 64 createdAt 65 66TODO: labeler declaration