microsoft / CCF

Confidential Consortium Framework
https://microsoft.github.io/CCF/
Apache License 2.0
778 stars 210 forks source link

`openapi` property name in the bundle.json gets returned as `openApi` by `/gov/service/javascript-app` and not `openapi` #6434

Open gaurav137 opened 1 month ago

gaurav137 commented 1 month ago

openapi property name in the bundle.json gets returned as openApi by /gov/service/javascript-app endpoint but the original value was not open_api ie in snake case. So we should fix the javascript-app endpoint to not return openApi but openapi. The convention seems to be that what was in snake case in bundle.json has become camel case in the API response.

achamayou commented 1 month ago

This seems like a subset of #6433?