Skip to content

Commit

Permalink
Updated rayshift schema
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 4, 2024
1 parent e328450 commit 3a194b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/schemas/rayshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DeckSvt(BaseModelORJson):
index: int
id: int
userSvtId: int
userSvtEquipIds: list[int]
userSvtEquipIds: list[int] | None = None
isFollowerSvt: bool
npcFollowerSvtId: int
followerType: int | None = None
Expand Down Expand Up @@ -126,7 +126,7 @@ class UserSvt(BaseModelORJson):
enemyScript: dict[str, Any] | None = None
hpGaugeType: int | None = None
imageSvtId: int | None = None
createdAt: int
createdAt: int | None = None


class StageCutinInfo(BaseModelORJson):
Expand Down

0 comments on commit 3a194b3

Please sign in to comment.