Skip to content

Commit

Permalink
tweak[minor] - schemas fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 20, 2024
1 parent 3e4bd17 commit b3066c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/items_Consumable.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: str()
max bonus: int()
max bonus: int(required=False)
healing level: int(max=999)
gold: num()
description: str()

0 comments on commit b3066c4

Please sign in to comment.