Closed gautam-paladiya closed 7 months ago
request: { body: { content: { 'application/json': { schema: CreateJobSchema } } } }, is being converted to { "body": { "customerName": "string", } }
its was due to export const CreateJobSchema = z .object({ body: customerFields.merge(deviceFields).merge(logisticAndOtherFields), }) .openapi('CreateJobInput')
request: { body: { content: { 'application/json': { schema: CreateJobSchema } } } }, is being converted to { "body": { "customerName": "string", } }