Expose option in GET /gov/service/javascript-app
to return endpoint details in the original format/casing as was in the bundle
#6433
Milestone
With
gov/service/javascript-app
the modification of endpoint schema from snake_case inputs to camelCase in output breaks validations logic we have. Eg js_module in the bundle is jsModule in the javascript-app ouptut. We query CCF to know its endpoint and modules and compare it with bundle.json to know if the same exact bundle is already deployed. With the snake vs camel case change it will become more difficult if we have to massage the gov/service/javascript-app output at our end. Is it possible that CCF also exposes the endpoint and module schema in the same structure/casing as the bundle schema?The text was updated successfully, but these errors were encountered: