]> Untitled Git - lemmy.git/blob - crates/apub/assets/peertube/objects/note.json
Federate with Peertube (#2244)
[lemmy.git] / crates / apub / assets / peertube / objects / note.json
1 {
2   "type": "Note",
3   "id": "https://video.antopie.org/videos/watch/4294a720-f263-4ea4-9392-cf9cea4d5277/comments/200873",
4   "content": "@af2@bae.st idk",
5   "mediaType": "text/markdown",
6   "inReplyTo": "https://bae.st/objects/87c1cbf5-542a-491d-af57-0414c8648381",
7   "updated": "2022-04-29T07:52:32.555Z",
8   "published": "2022-04-29T07:52:32.548Z",
9   "url": "https://video.antopie.org/videos/watch/4294a720-f263-4ea4-9392-cf9cea4d5277/comments/200873",
10   "attributedTo": "https://video.antopie.org/accounts/yoge6785555",
11   "tag": [
12     {
13       "type": "Mention",
14       "href": "https://bae.st/users/af2",
15       "name": "@af2@bae.st"
16     }
17   ],
18   "to": [
19     "https://www.w3.org/ns/activitystreams#Public"
20   ],
21   "cc": [
22     "https://video.antopie.org/accounts/yoge6785555/followers"
23   ],
24   "@context": [
25     "https://www.w3.org/ns/activitystreams",
26     "https://w3id.org/security/v1",
27     {
28       "RsaSignature2017": "https://w3id.org/security#RsaSignature2017"
29     },
30     {
31       "pt": "https://joinpeertube.org/ns#",
32       "sc": "http://schema.org#",
33       "Hashtag": "as:Hashtag",
34       "uuid": "sc:identifier",
35       "category": "sc:category",
36       "licence": "sc:license",
37       "subtitleLanguage": "sc:subtitleLanguage",
38       "sensitive": "as:sensitive",
39       "language": "sc:inLanguage",
40       "isLiveBroadcast": "sc:isLiveBroadcast",
41       "liveSaveReplay": {
42         "@type": "sc:Boolean",
43         "@id": "pt:liveSaveReplay"
44       },
45       "permanentLive": {
46         "@type": "sc:Boolean",
47         "@id": "pt:permanentLive"
48       },
49       "Infohash": "pt:Infohash",
50       "Playlist": "pt:Playlist",
51       "PlaylistElement": "pt:PlaylistElement",
52       "originallyPublishedAt": "sc:datePublished",
53       "views": {
54         "@type": "sc:Number",
55         "@id": "pt:views"
56       },
57       "state": {
58         "@type": "sc:Number",
59         "@id": "pt:state"
60       },
61       "size": {
62         "@type": "sc:Number",
63         "@id": "pt:size"
64       },
65       "fps": {
66         "@type": "sc:Number",
67         "@id": "pt:fps"
68       },
69       "startTimestamp": {
70         "@type": "sc:Number",
71         "@id": "pt:startTimestamp"
72       },
73       "stopTimestamp": {
74         "@type": "sc:Number",
75         "@id": "pt:stopTimestamp"
76       },
77       "position": {
78         "@type": "sc:Number",
79         "@id": "pt:position"
80       },
81       "commentsEnabled": {
82         "@type": "sc:Boolean",
83         "@id": "pt:commentsEnabled"
84       },
85       "downloadEnabled": {
86         "@type": "sc:Boolean",
87         "@id": "pt:downloadEnabled"
88       },
89       "waitTranscoding": {
90         "@type": "sc:Boolean",
91         "@id": "pt:waitTranscoding"
92       },
93       "support": {
94         "@type": "sc:Text",
95         "@id": "pt:support"
96       },
97       "likes": {
98         "@id": "as:likes",
99         "@type": "@id"
100       },
101       "dislikes": {
102         "@id": "as:dislikes",
103         "@type": "@id"
104       },
105       "playlists": {
106         "@id": "pt:playlists",
107         "@type": "@id"
108       },
109       "shares": {
110         "@id": "as:shares",
111         "@type": "@id"
112       },
113       "comments": {
114         "@id": "as:comments",
115         "@type": "@id"
116       }
117     }
118   ]
119 }