]> Untitled Git - lemmy.git/blob - crates/apub/assets/mobilizon/objects/person.json
Mobilizon federation (#2544)
[lemmy.git] / crates / apub / assets / mobilizon / objects / person.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://w3id.org/security/v1",
5     {
6       "addressRegion": "sc:addressRegion",
7       "timezone": {
8         "@id": "mz:timezone",
9         "@type": "sc:Text"
10       },
11       "isOnline": {
12         "@id": "mz:isOnline",
13         "@type": "sc:Boolean"
14       },
15       "pt": "https://joinpeertube.org/ns#",
16       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
17       "inLanguage": "sc:inLanguage",
18       "address": {
19         "@id": "sc:address",
20         "@type": "sc:PostalAddress"
21       },
22       "discoverable": "toot:discoverable",
23       "repliesModerationOption": {
24         "@id": "mz:repliesModerationOption",
25         "@type": "mz:repliesModerationOptionType"
26       },
27       "sc": "http://schema.org#",
28       "mz": "https://joinmobilizon.org/ns#",
29       "category": "sc:category",
30       "joinModeType": {
31         "@id": "mz:joinModeType",
32         "@type": "rdfs:Class"
33       },
34       "Hashtag": "as:Hashtag",
35       "propertyID": "sc:propertyID",
36       "PostalAddress": "sc:PostalAddress",
37       "discussions": {
38         "@id": "mz:discussions",
39         "@type": "@id"
40       },
41       "remainingAttendeeCapacity": "sc:remainingAttendeeCapacity",
42       "streetAddress": "sc:streetAddress",
43       "anonymousParticipationEnabled": {
44         "@id": "mz:anonymousParticipationEnabled",
45         "@type": "sc:Boolean"
46       },
47       "addressLocality": "sc:addressLocality",
48       "joinMode": {
49         "@id": "mz:joinMode",
50         "@type": "mz:joinModeType"
51       },
52       "location": {
53         "@id": "sc:location",
54         "@type": "sc:Place"
55       },
56       "toot": "http://joinmastodon.org/ns#",
57       "participantCount": {
58         "@id": "mz:participantCount",
59         "@type": "sc:Integer"
60       },
61       "uuid": "sc:identifier",
62       "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
63       "participationMessage": {
64         "@id": "mz:participationMessage",
65         "@type": "sc:Text"
66       },
67       "openness": {
68         "@id": "mz:openness",
69         "@type": "@id"
70       },
71       "members": {
72         "@id": "mz:members",
73         "@type": "@id"
74       },
75       "events": {
76         "@id": "mz:events",
77         "@type": "@id"
78       },
79       "resources": {
80         "@id": "mz:resources",
81         "@type": "@id"
82       },
83       "addressCountry": "sc:addressCountry",
84       "posts": {
85         "@id": "mz:posts",
86         "@type": "@id"
87       },
88       "commentsEnabled": {
89         "@id": "pt:commentsEnabled",
90         "@type": "sc:Boolean"
91       },
92       "value": "sc:value",
93       "PropertyValue": "sc:PropertyValue",
94       "repliesModerationOptionType": {
95         "@id": "mz:repliesModerationOptionType",
96         "@type": "rdfs:Class"
97       },
98       "todos": {
99         "@id": "mz:todos",
100         "@type": "@id"
101       },
102       "ical": "http://www.w3.org/2002/12/cal/ical#",
103       "postalCode": "sc:postalCode",
104       "memberCount": {
105         "@id": "mz:memberCount",
106         "@type": "sc:Integer"
107       },
108       "@language": "und"
109     }
110   ],
111   "discoverable": false,
112   "discussions": null,
113   "endpoints": {
114     "discussions": null,
115     "events": null,
116     "members": null,
117     "posts": null,
118     "resources": null,
119     "sharedInbox": "https://mobilizon.fr/inbox",
120     "todos": null
121   },
122   "events": null,
123   "followers": "https://mobilizon.fr/@sanof44/followers",
124   "following": "https://mobilizon.fr/@sanof44/following",
125   "id": "https://mobilizon.fr/@sanof44",
126   "inbox": "https://mobilizon.fr/@sanof44/inbox",
127   "manuallyApprovesFollowers": false,
128   "members": null,
129   "name": "Sanof44",
130   "openness": "moderated",
131   "outbox": "https://mobilizon.fr/@sanof44/outbox",
132   "posts": null,
133   "preferredUsername": "sanof44",
134   "publicKey": {
135     "id": "https://mobilizon.fr/@sanof44#main-key",
136     "owner": "https://mobilizon.fr/@sanof44",
137     "publicKeyPem": "-----BEGIN RSA PUBLIC KEY-----\nMIIBCgKCAQEAneK5zzdQQ/6ElSpPv1mj34IMoIIHcTK+iEjZYd85yPfG4krK5bqI\nkUw0TUXFekpntLfDSsGohayrvD2WhN2b499y/A9wdl77RVLIAcBfE3UXr/TfDnjh\nsQEEzV4ghcYaKmXZa/ct2sSt6poT/WhahVweEugfyA75UHgW5VA7nS5URhd7uZUw\nS2CI8fXigDbJlB9AqcxvR7Uncgsn0JCCt5boP8X1jDrh5PEsqsqePm9ZpxvvX4WD\n1yib/ZPBsTo50hJgHoA9bLXO14KvAOeIrzgOlJkyjWTQ+rk+5ewXIZuM0ECPEzAC\nRcpopBjqk07lMxPu1OMG4D+oI0n0K+PgNwIDAQAB\n-----END RSA PUBLIC KEY-----\n\n"
138   },
139   "resources": null,
140   "summary": "",
141   "todos": null,
142   "type": "Person",
143   "url": "https://mobilizon.fr/@sanof44"
144 }