diff --git a/src/routes/departmentRoute.js b/src/routes/departmentRoute.js index 9ebc96a7..4d5d5934 100644 --- a/src/routes/departmentRoute.js +++ b/src/routes/departmentRoute.js @@ -374,8 +374,8 @@ module.exports = function (fastify, opts, next) { type: "object", required: ["city", "zone"], properties: { - city: { type: "string" }, zone: { type: "string" }, + city: { type: "string" }, }, }, },