social.biggame.fantasy.leagueSpace
Schema Diff
+5 -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
9
"social.biggame.fantasy.leagueState",
10
10
"social.biggame.fantasy.seasonOpening",
11
11
"social.biggame.fantasy.draftPick",
12
12
"social.biggame.fantasy.pickRatification",
13
13
"social.biggame.fantasy.lineup",
14
14
"social.biggame.fantasy.lineupLock",
15
15
"social.biggame.fantasy.result",
16
16
"social.biggame.fantasy.transaction",
17
17
"social.biggame.fantasy.claimReceipt",
18
18
"social.biggame.fantasy.waiverRun",
19
19
"social.biggame.fantasy.transactionRuling",
20
20
"social.biggame.fantasy.bidReveal",
21
21
"social.biggame.fantasy.tradeProposal",
22
22
"social.biggame.fantasy.tradeResponse",
23
23
"social.biggame.fantasy.tradeObjection",
24
24
"social.biggame.fantasy.objectionReceipt",
25
25
"social.biggame.fantasy.tradeRuling",
26
-
"social.biggame.fantasy.membershipRevocation"
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"
27
31
],
28
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."
29
33
}
30
34
},
31
35
"$type": "com.atproto.lexicon.schema",
32
36
"lexicon": 1
33
37
}