kdhrubo / db2rest

Instant low-code REST DATA API platform for databases. Connect any database, run anywhere.
https://db2rest.com
Apache License 2.0
143 stars 20 forks source link

Rename API fields to conform with OpenAPI 3 and Google JSON Style Guide #603

Closed thadguidry closed 1 month ago

thadguidry commented 1 month ago

We should follow Google JSON Style Guide (which is basically conforming well for OpenAPI 3 additionally, although with some Google-esque long held practices for some name conventions) Ex. securitySchemes and termsOfService

  1. Property names must be camelCased, ASCII strings.
  2. The first character must be a letter, an underscore (_), or a dollar sign ($).

For example,