https://linen.dev logo
c

charles

11/17/2020, 10:05 PM
For jsonschema do we prefer snake case or camel case?
u

user

11/17/2020, 10:05 PM
we have both in the same file in some cases which is crazy making.
u

user

11/17/2020, 10:06 PM
I prefer snakeCase
u

user

11/17/2020, 10:07 PM
okay 1 vote for snake case. sounds like a quorum.
u

user

11/17/2020, 10:09 PM
🐍
u

user

11/17/2020, 10:10 PM
worth noting that some jsonschema primitives use camel case.
u

user

11/17/2020, 10:10 PM
e.g.
additionalProperties
8 Views