All ideas

Add missing response types to OpenSchema API

In the naexa-openapi.json schema the response types are missing for some of the API endpoints Example: /v1/cashAccount/{cashAccountId}/transactions documentation @ https://developer.navexa.com/get-cash-account-transactions-13543776e0 Only shows the HTTP Resposne of OK. Please complete the schema API with the response types. i.e. "id": 123433, "transactionDate": "2024-11-27T11:00:00", "transactionTypeId": 100, "transactionType": "Deposit", "credit": 9000.000000000000000000000000, "debit": 0.0, "balance": 0.0, "value": 9000.000000000000000000000000, "description": "Electronic Fund Transfer", "linkedEntityId": null, "linkedEntityHoldingId": null