Added item and container forms
This commit is contained in:
@@ -13,9 +13,14 @@ let ContainerSchema = schema({
|
||||
optional: true,
|
||||
trim: false
|
||||
},
|
||||
isCarried: {
|
||||
carried: {
|
||||
type: Boolean,
|
||||
defaultValue: true,
|
||||
optional: true,
|
||||
},
|
||||
contentsWeightless: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
weight: {
|
||||
type: Number,
|
||||
|
||||
Reference in New Issue
Block a user