Updated collection api: token metadata object and collection token metadata attribute object to have object field names in snake_case instead of camelCase.
e.g. update externalUrl to external_url
Type of change
[ x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[ ] Locally tested against Fireblocks API
Checklist:
[x] I have performed a self-review of my own code
[x] I have made corresponding changes to the documentation
[x] Any dependent changes have been merged and published in downstream modules
Pull Request Description
Updated collection api: token metadata object and collection token metadata attribute object to have object field names in snake_case instead of camelCase.
e.g. update externalUrl to external_url
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: