Do we have conventions on how the REST API should be formatted written down somewhere? Checking our coding conventions [1] didn't reveal anything.
We could refer to a style guide like [2] to cover this topic. That would also include the camel-cased JSON fields. [1] https://flink.apache.org/how-to-contribute/code-style-and-quality-preamble/ [2] https://google.github.io/styleguide/jsoncstyleguide.xml?showone=Property_Name_Format#Property_Name_Format On Mon, Jul 24, 2023 at 1:03 PM Chesnay Schepler <ches...@apache.org> wrote: > Make the REST API more consistent and easier to work with from the UI. > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263425799 >