farm.lore.invited
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "farm.lore.invited",
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
"world",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"world": {
15
15
"type": "string",
16
16
"maxLength": 253,
17
17
"description": "The world domain the user is accepting an invitation to."
18
18
},
19
19
"createdAt": {
20
20
"type": "string",
21
21
"format": "datetime",
22
22
"description": "Timestamp of the invitation acceptance."
23
23
}
24
24
}
25
25
},
26
26
"description": "Acceptance of an invitation to join a world. Written by the invited user to confirm their participation."
27
27
}
28
28
},
29
29
"$type": "com.atproto.lexicon.schema",
30
-
"lexicon": 1
30
+
"lexicon": 1,
31
+
"description": "Acceptance of an invitation to join a world."
31
32
}