Added item and container forms

This commit is contained in:
Stefan Zermatten
2019-07-29 13:25:47 +02:00
parent 73b43574ee
commit d35fa447a3
4 changed files with 186 additions and 1 deletions

View File

@@ -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,