games.gamesgamesgamesgames.playerPerspective
Schema Diff
+4 -0
1
1
{
2
2
"id": "games.gamesgamesgamesgames.playerPerspective",
3
3
"defs": {
4
4
"vr": {
5
5
"type": "token",
6
6
"description": "Virtual Reality (VR)"
7
7
},
8
8
"text": {
9
9
"type": "token",
10
10
"description": "Text"
11
11
},
12
+
"topDown": {
13
+
"type": "token",
14
+
"description": "Top Down / Birdseye"
15
+
},
12
16
"auditory": {
13
17
"type": "token",
14
18
"description": "Auditory"
15
19
},
16
20
"sideView": {
17
21
"type": "token",
18
22
"description": "Side View"
19
23
},
20
24
"isometric": {
21
25
"type": "token",
22
26
"description": "Isometric"
23
27
},
24
28
"firstPerson": {
25
29
"type": "token",
26
30
"description": "First Person"
27
31
},
28
32
"thirdPerson": {
29
33
"type": "token",
30
34
"description": "Third Person"
31
35
}
32
36
},
33
37
"$type": "com.atproto.lexicon.schema",
34
38
"lexicon": 1
35
39
}