Skip to content

Commit

Permalink
Merge pull request #295 from slr71/main
Browse files Browse the repository at this point in the history
CORE-2016: removed the unnecessary `consumable` flag from addon updates
  • Loading branch information
slr71 authored Jan 15, 2025
2 parents 6195ab8 + 0ab4205 commit ea08a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/terrain/routes/schemas/qms.clj
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@
:consumable (describe Boolean "True if using the resource consumes it permanently")})

(defschema ResourceTypeForAddonUpdate
{:uuid (describe UUID "The UUID of the new resource type associated with the add-on")
:consumable (describe Boolean "True if using the resource consumes it permanently")})
{:uuid (describe UUID "The UUID of the new resource type associated with the add-on")})

(defschema ResourceTypeForAddonDeletion
{(optional-key :uuid) (describe (maybe String) "The UUID of the resource type associated with the add-on being deleted. Probably blank")
Expand Down

0 comments on commit ea08a72

Please sign in to comment.