changes in tanker

master
varun 3 years ago
commit 06c9fd2006

@ -41,6 +41,7 @@ module.exports = function (fastify, opts, next) {
}, },
}, },
}, },
price: { price: {
type: "array", type: "array",
maxItems: 2500, maxItems: 2500,
@ -52,6 +53,7 @@ module.exports = function (fastify, opts, next) {
}, },
}, },
capacity: { type: "string"}, capacity: { type: "string"},
price: {type : "string"}
}, },
}, },

Loading…
Cancel
Save