/** * @schema AdminCustomerResponse * type: object * description: The customer's details. * x-schemaName: AdminCustomerResponse * required: * - customer * properties: * customer: * $ref: "#/components/schemas/AdminCustomer" * */