Skip to content

Commit

Permalink
fix: Update the WearableRepresentation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Feb 9, 2022
1 parent 8814ab8 commit f72cc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Item/wearable/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const wearableSchema = Object.freeze({
contents: {
type: 'array',
items: { type: 'string' },
minItems: 1,
},
overrideReplaces: {
type: 'array',
Expand Down

0 comments on commit f72cc9f

Please sign in to comment.