changes in tanks edit

master
Varun 10 months ago
parent 9f81cba71f
commit 8b981fee1c

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

Loading…
Cancel
Save