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