|
|
|
@ -227,6 +227,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
type: "object",
|
|
|
|
|
properties: {
|
|
|
|
|
boreName: { type: "string" },
|
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
typeofwater: { type: "string" },
|
|
|
|
|
description: { type: "string" },
|
|
|
|
|
},
|
|
|
|
@ -321,6 +322,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
properties: {
|
|
|
|
|
|
|
|
|
|
boreName: { type: "string" },
|
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
typeofwater: { type: "string" },
|
|
|
|
|
description: { type: "string" },
|
|
|
|
|
},
|
|
|
|
@ -363,6 +365,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
type: "object",
|
|
|
|
|
properties: {
|
|
|
|
|
Name: { type: "string" },
|
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
typeofwater: { type: "string" },
|
|
|
|
|
description: { type: "string" },
|
|
|
|
|
},
|
|
|
|
@ -457,6 +460,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
properties: {
|
|
|
|
|
|
|
|
|
|
Name: { type: "string" },
|
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
typeofwater: { type: "string" },
|
|
|
|
|
description: { type: "string" },
|
|
|
|
|
},
|
|
|
|
@ -478,13 +482,6 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
next();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|