social.biggame.fantasy.leagueSpace
Schema Diff
+22 -1
1
1
{
2
2
"id": "social.biggame.fantasy.leagueSpace",
3
3
"defs": {
4
4
"main": {
5
5
"key": "any",
6
6
"name": "BIGGAME league",
7
7
"type": "space",
8
8
"collections": [
9
-
"social.biggame.fantasy.lineup"
9
+
"social.biggame.fantasy.leagueState",
10
+
"social.biggame.fantasy.seasonOpening",
11
+
"social.biggame.fantasy.draftPick",
12
+
"social.biggame.fantasy.pickRatification",
13
+
"social.biggame.fantasy.lineup",
14
+
"social.biggame.fantasy.lineupLock",
15
+
"social.biggame.fantasy.result",
16
+
"social.biggame.fantasy.transaction",
17
+
"social.biggame.fantasy.claimReceipt",
18
+
"social.biggame.fantasy.waiverRun",
19
+
"social.biggame.fantasy.transactionRuling",
20
+
"social.biggame.fantasy.bidReveal",
21
+
"social.biggame.fantasy.tradeProposal",
22
+
"social.biggame.fantasy.tradeResponse",
23
+
"social.biggame.fantasy.tradeObjection",
24
+
"social.biggame.fantasy.objectionReceipt",
25
+
"social.biggame.fantasy.tradeRuling",
26
+
"social.biggame.fantasy.membershipRevocation",
27
+
"social.biggame.fantasy.league",
28
+
"social.biggame.fantasy.membership",
29
+
"social.biggame.fantasy.leagueMember",
30
+
"social.biggame.fantasy.team"
10
31
],
11
32
"description": "One league's play, readable by its members. The authority is the account the league's charter was written to, and the members are the league's own."
12
33
}
13
34
},
14
35
"$type": "com.atproto.lexicon.schema",
15
36
"lexicon": 1
16
37
}