GFDRR / rdl-standard

The Risk Data Library Standard (RDLS) is an open data standard to make it easier to work with disaster and climate risk data. It provides a common description of the data used and produced in risk assessments, including hazard, exposure, vulnerability, and modelled loss, or impact, data.
https://docs.riskdatalibrary.org/
Creative Commons Attribution Share Alike 4.0 International
13 stars 1 forks source link

[Schema] review for camelCase field names that should be snake_case #198

Closed odscjen closed 11 months ago

odscjen commented 1 year ago

Realised that some of the fields, e.g. referenced_by.authorNames are still incorrectly using camelCase when snake_case is the convention. This will also affect the spreadsheet template

stufraser1 commented 1 year ago

This will also affect links with MVdat (the database using MOVER schema) which uses CamelCase, but I think we need to prioritise using JSON conventions.

odscjen commented 1 year ago

I think its best to aim for internal consistency, i.e. using the same format within RDLS.

Regarding links to other schema such as the one used in MVdat there's going to have to be some mapping anyway so I don't think that should prevent us ensuring consistency within RDLS

duncandewhurst commented 1 year ago

Agree that we should be consistent.

I don't think there is a universal convention for using snake_case or camelCase in JSON - see https://stackoverflow.com/questions/5543490/json-naming-convention-snake-case-camelcase-or-pascalcase

JSON Schema itself uses camelCase so we have tended to use that in other standards. Otherwise, you end up with a schema file that mixes snake_case property names and camelCase JSON Schema keywords.

I had assumed that snake_case was preferred in RDLS because that fits best with how you plan to use the standard. If it was chosen out of a desire to conform to JSON conventions, I think camelCase is a better choice for consistency with JSON Schema.

odscjen commented 12 months ago

Moved this back to under discussion just to get final clarity over which we want to go to. Changing everything to camelCase is the bigger job as the majority of field/object names and codes are in snake_case

stufraser1 commented 11 months ago

I don't think it was a conscious choice, but I assumed better to stick to JSON conventions. If snake_case works better for use of RDLS standard, and most is in snake_case already then lets persevere with snake_case for everything.