OpenChemistry / chemicaljson

Development of the Chemical JSON data representation
63 stars 15 forks source link

Pydantic-based schema: consistent use of camelCase #20

Closed berquist closed 1 year ago

berquist commented 1 year ago

This makes all attributes in schema follow the camelCase convention of JSON. It doesn't change attributes in any other ways (additions, modifications, or documentation).

berquist commented 1 year ago

Poke.