@ -71,7 +71,7 @@ fastify.post("/api/requestedbookings", {
type: "array",
items: {
type: "object",
required: ["supplierId", "quoted_amount", "custom_field"],
required: ["supplierId", "quoted_amount"],
properties: {
supplierId: { type: "string" },
quoted_amount: { type: "number" },