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'], // 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: [

Loading…
Cancel
Save