Add UUID format to business_id and borrower_id properties
18 days ago by ReadMe API
Changes
- Updated endpoints:
- /APIBusinessCounterparty: Added
format: uuidand ensuredtype: stringfor thebusiness_idproperty. - /APIOnboarding: Added
format: uuidand ensuredtype: stringfor theborrower_idproperty.
- /APIBusinessCounterparty: Added
Summary
This update improves schema precision by specifying UUID formatting for business_id and borrower_id properties in respective API definitions. No functional endpoint changes were made.
Note: This change accompanies a mechanical refactor replacing deprecated session calls with context managers to better manage DB connections, but no API behavior changes occurred.
