|
|
|
@ -34,6 +34,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
|
height:{ type: "string" },
|
|
|
|
|
width:{ type: "string" },
|
|
|
|
|
length:{ type: "string" },
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
security: [
|
|
|
|
@ -86,6 +88,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
|
height:{ type: "string" },
|
|
|
|
|
width:{ type: "string" },
|
|
|
|
|
length:{ type: "string" },
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
security: [
|
|
|
|
|