|
|
@ -33,7 +33,10 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
|
|
|
|
shape:{ type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
|
|
|
|
width:{ type: "string" },
|
|
|
|
|
|
|
|
length:{ type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
security: [
|
|
|
|
security: [
|
|
|
@ -81,11 +84,14 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
tankName: { type: "string" },
|
|
|
|
tankName: { type: "string" },
|
|
|
|
blockName: { type: "string"},
|
|
|
|
blockName: { type: "string"},
|
|
|
|
capacity: { type: "string" },
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
|
|
|
shape: { type: "string" },
|
|
|
|
// customerId: { type: "string" },
|
|
|
|
// customerId: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
|
|
|
|
width:{ type: "string" },
|
|
|
|
|
|
|
|
length:{ type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
security: [
|
|
|
|
security: [
|
|
|
|