|
|
@ -48,12 +48,12 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
price: { type: "string", default: null },
|
|
|
|
price: { type: "string", default: null },
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
capacity: { type: "string"},
|
|
|
|
capacity: { type: "string"},
|
|
|
|
price: {type : "string"},
|
|
|
|
|
|
|
|
status: {type: "string"}
|
|
|
|
status: {type: "string"}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|