]> Untitled Git - lemmy.git/blob - crates/apub/assets/mobilizon/objects/event.json
Mobilizon federation (#2544)
[lemmy.git] / crates / apub / assets / mobilizon / objects / event.json
1 {
2   "timezone": "Europe/London",
3   "isOnline": false,
4   "contacts": [
5     "https://rendezvous.nomagic.uk/@emorrp1"
6   ],
7   "cc": [
8     "https://rendezvous.nomagic.uk/@emorrp1/followers"
9   ],
10   "id": "https://rendezvous.nomagic.uk/events/b81c0531-a57c-497d-93ba-af0f8b255498",
11   "inLanguage": "en",
12   "endTime": "2022-12-11T21:00:00+00:00",
13   "repliesModerationOption": "allow_all",
14   "content": "<p>£6 each.</p><p></p><p>The dance style is like a posh ceilidh, with some exciting new ways to turn your partner, set patterns and learn some reels by heart. Looking forward to sharing the Hamilton House and the Inverness with those of you who can make it along to this one.</p><p></p><p>For anyone unfamiliar with <a target=\"_blank\" rel=\"noopener noreferrer ugc\" href=\"https://www.exeterceilidhs.net/\">ceilidhs</a>, they&#39;re very social and energetic dances that are very accessible because everyone gets told exactly what to do by a caller and when to do it. Here&#39;s a <a target=\"_blank\" rel=\"noopener noreferrer ugc\" href=\"https://www.facebook.com/emorrp1/videos/735558448180\">sample video</a> from when I learned CaledonianDancing at uni. The cover photo is by Dave Conner CC-BY-2.0.</p>",
15   "category": "SPORTS",
16   "actor": "https://rendezvous.nomagic.uk/@emorrp1",
17   "type": "Event",
18   "url": "https://rendezvous.nomagic.uk/events/b81c0531-a57c-497d-93ba-af0f8b255498",
19   "remainingAttendeeCapacity": null,
20   "anonymousParticipationEnabled": true,
21   "ical:status": "CONFIRMED",
22   "to": [
23     "https://www.w3.org/ns/activitystreams#Public"
24   ],
25   "joinMode": "free",
26   "location": {
27     "address": {
28       "addressCountry": "United Kingdom",
29       "addressLocality": "Teignbridge",
30       "addressRegion": "England",
31       "postalCode": "EX6 7TW",
32       "streetAddress": "Devon Expressway",
33       "type": "PostalAddress"
34     },
35     "id": "https://rendezvous.nomagic.uk/address/e4c95383-15ac-4cc7-adf6-723d74ee2ccc",
36     "latitude": 50.66881615,
37     "longitude": -3.537739788359949,
38     "name": "The Kenn Centre",
39     "type": "Place"
40   },
41   "startTime": "2022-12-11T19:00:00+00:00",
42   "published": "2022-09-27T14:33:14Z",
43   "draft": false,
44   "participantCount": 0,
45   "uuid": "b81c0531-a57c-497d-93ba-af0f8b255498",
46   "maximumAttendeeCapacity": 0,
47   "tag": [
48     {
49       "href": "https://rendezvous.nomagic.uk/tags/dance",
50       "name": "#Dance",
51       "type": "Hashtag"
52     },
53     {
54       "href": "https://rendezvous.nomagic.uk/tags/caledonian",
55       "name": "#Caledonian",
56       "type": "Hashtag"
57     },
58     {
59       "href": "https://rendezvous.nomagic.uk/tags/lesson",
60       "name": "#Lesson",
61       "type": "Hashtag"
62     }
63   ],
64   "updated": "2022-09-27T14:39:18Z",
65   "attributedTo": "https://rendezvous.nomagic.uk/@devon_caledonian_society",
66   "commentsEnabled": true,
67   "attachment": [
68     {
69       "mediaType": "image/jpeg",
70       "name": "Banner",
71       "type": "Document",
72       "url": "https://rendezvous.nomagic.uk/media/cd75bf2f61b66004fe20af4797f5aa847ae1f9ea1c118f53093d6fc4e51a6045.jpg?name=devon_caledonian_society%27s%20banner.jpg"
73     }
74   ],
75   "name": "Caledonian scottish dance class",
76   "@context": [
77     "https://www.w3.org/ns/activitystreams",
78     "https://w3id.org/security/v1",
79     {
80       "addressRegion": "sc:addressRegion",
81       "timezone": {
82         "@id": "mz:timezone",
83         "@type": "sc:Text"
84       },
85       "isOnline": {
86         "@id": "mz:isOnline",
87         "@type": "sc:Boolean"
88       },
89       "pt": "https://joinpeertube.org/ns#",
90       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
91       "inLanguage": "sc:inLanguage",
92       "address": {
93         "@id": "sc:address",
94         "@type": "sc:PostalAddress"
95       },
96       "discoverable": "toot:discoverable",
97       "repliesModerationOption": {
98         "@id": "mz:repliesModerationOption",
99         "@type": "mz:repliesModerationOptionType"
100       },
101       "sc": "http://schema.org#",
102       "mz": "https://joinmobilizon.org/ns#",
103       "category": "sc:category",
104       "joinModeType": {
105         "@id": "mz:joinModeType",
106         "@type": "rdfs:Class"
107       },
108       "Hashtag": "as:Hashtag",
109       "propertyID": "sc:propertyID",
110       "PostalAddress": "sc:PostalAddress",
111       "discussions": {
112         "@id": "mz:discussions",
113         "@type": "@id"
114       },
115       "remainingAttendeeCapacity": "sc:remainingAttendeeCapacity",
116       "streetAddress": "sc:streetAddress",
117       "anonymousParticipationEnabled": {
118         "@id": "mz:anonymousParticipationEnabled",
119         "@type": "sc:Boolean"
120       },
121       "addressLocality": "sc:addressLocality",
122       "joinMode": {
123         "@id": "mz:joinMode",
124         "@type": "mz:joinModeType"
125       },
126       "location": {
127         "@id": "sc:location",
128         "@type": "sc:Place"
129       },
130       "toot": "http://joinmastodon.org/ns#",
131       "participantCount": {
132         "@id": "mz:participantCount",
133         "@type": "sc:Integer"
134       },
135       "uuid": "sc:identifier",
136       "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
137       "participationMessage": {
138         "@id": "mz:participationMessage",
139         "@type": "sc:Text"
140       },
141       "openness": {
142         "@id": "mz:openness",
143         "@type": "@id"
144       },
145       "members": {
146         "@id": "mz:members",
147         "@type": "@id"
148       },
149       "events": {
150         "@id": "mz:events",
151         "@type": "@id"
152       },
153       "resources": {
154         "@id": "mz:resources",
155         "@type": "@id"
156       },
157       "addressCountry": "sc:addressCountry",
158       "posts": {
159         "@id": "mz:posts",
160         "@type": "@id"
161       },
162       "commentsEnabled": {
163         "@id": "pt:commentsEnabled",
164         "@type": "sc:Boolean"
165       },
166       "value": "sc:value",
167       "PropertyValue": "sc:PropertyValue",
168       "repliesModerationOptionType": {
169         "@id": "mz:repliesModerationOptionType",
170         "@type": "rdfs:Class"
171       },
172       "todos": {
173         "@id": "mz:todos",
174         "@type": "@id"
175       },
176       "ical": "http://www.w3.org/2002/12/cal/ical#",
177       "postalCode": "sc:postalCode",
178       "memberCount": {
179         "@id": "mz:memberCount",
180         "@type": "sc:Integer"
181       },
182       "@language": "und"
183     }
184   ],
185   "mediaType": "text/html"
186 }