master^2
Bhaskar 8 months ago
parent c34c3b41c9
commit 46f30f5b39

@ -374,8 +374,8 @@ module.exports = function (fastify, opts, next) {
type: "object", type: "object",
required: ["city", "zone"], required: ["city", "zone"],
properties: { properties: {
zone: { type: "string" },
city: { type: "string" }, city: { type: "string" },
zone: { type: "string" },
}, },
}, },
}, },

Loading…
Cancel
Save