@joshuagraber Pointed out an issue in the /data-sources/{id} endpoint (and presumably the get-many /data-sources endpoint as well, where arrays are being returned as strings:
Requirements
Fix this issue so that arrays are returned as, well, arrays
Tests
Add tests to confirm this functionality in the case of array values.
Docs
What docs should be updated? Link to related docs changes in the PR.
Context
/data-sources/{id}
endpoint (and presumably the get-many /data-sources
endpoint as well, where arrays are being returned as strings:Requirements
Tests
Docs
Open questions