|
|
@ -76,12 +76,16 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
// required: ['phone'],
|
|
|
|
// required: ['phone'],
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tankhardwareId: { type: "string" },
|
|
|
|
blockName: { type: "string", default: null },
|
|
|
|
hardwareId: { type: "string" },
|
|
|
|
capacity: { type: "string" },
|
|
|
|
tankName: { type: "string" },
|
|
|
|
typeOfWater: { type: "string", default: null },
|
|
|
|
blockName: { type: "string"},
|
|
|
|
type: { type: "string" },
|
|
|
|
capacity: { type: "string" },
|
|
|
|
tankLocation: { type: "string", default: null },
|
|
|
|
// customerId: { type: "string" },
|
|
|
|
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
|
|
|
|
height:{ type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
security: [
|
|
|
|
security: [
|
|
|
|