@ -58,8 +58,9 @@ module.exports = function (fastify, opts, next) {
properties: {
tankName: { type: "string", default: null },
blockName: { type: "string", default: null },
capacity: { type: "number" },
capacity: { type: "string" },
typeOfWater: { type: "string", default: null },
type: { type: "string" },
tankLocation: { type: "string", default: null },
},