games.gamesgamesgamesgames.mode
Schema Diff
+3 -3
1
1
{
2
2
"id": "games.gamesgamesgamesgames.mode",
3
3
"defs": {
4
4
"mmo": {
5
5
"type": "token",
6
6
"description": "Massively Multiplayer Online (MMO)"
7
7
},
8
8
"cooperative": {
9
9
"type": "token",
10
10
"description": "Co-operative"
11
11
},
12
12
"multiplayer": {
13
13
"type": "token",
14
14
"description": "Multiplayer"
15
15
},
16
-
"split-screen": {
16
+
"splitScreen": {
17
17
"type": "token",
18
18
"description": "Split Screen"
19
19
},
20
-
"battle-royale": {
20
+
"battleRoyale": {
21
21
"type": "token",
22
22
"description": "Battle Royale"
23
23
},
24
-
"single-player": {
24
+
"singlePlayer": {
25
25
"type": "token",
26
26
"description": "Single Player"
27
27
}
28
28
},
29
29
"$type": "com.atproto.lexicon.schema",
30
30
"lexicon": 1,
31
31
"description": ""
32
32
}