diff --git a/src/routes/tankersRoute.js b/src/routes/tankersRoute.js index a214bdc9..0008b868 100644 --- a/src/routes/tankersRoute.js +++ b/src/routes/tankersRoute.js @@ -41,6 +41,7 @@ module.exports = function (fastify, opts, next) { }, }, }, + price: { type: "array", maxItems: 2500, @@ -52,6 +53,7 @@ module.exports = function (fastify, opts, next) { }, }, capacity: { type: "string"}, + price: {type : "string"} }, },