at.locale.memberRequest
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "at.locale.memberRequest",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"project",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"message": {
15
15
"type": "string",
16
16
"maxLength": 2000,
17
17
"maxGraphemes": 1000
18
18
},
19
19
"project": {
20
20
"type": "string",
21
21
"format": "at-uri"
22
22
},
23
23
"createdAt": {
24
24
"type": "string",
25
25
"format": "datetime"
26
26
}
27
27
}
28
28
}
29
29
}
30
30
},
31
31
"$type": "com.atproto.lexicon.schema",
32
32
"lexicon": 1,
33
-
"description": "A translator asks to contribute to a project. Requester-owned. Approving it writes an at.locale.membership on the owner's PDS."
33
+
"description": "A request to join a project. Requester-owned."
34
34
}