zone and city based location

master^2
Bhaskar 8 months ago
parent 11f5e32c95
commit de57e6c38b

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

Loading…
Cancel
Save