We’re proposing a couple of minor bug fixes to the schema:
- Changing the title ‘Last modified’ to ‘Last Modified’ where it appears in the schema (https://github.com/ThreeSixtyGiving/standard/issues/63)
- Changing
location.latitude
andlocation.longtitude
field types fromstring
tonumber
(https://github.com/ThreeSixtyGiving/standard/issues/185)
These changes are staged in a branch on Github https://github.com/ThreeSixtyGiving/standard/pull/221
The changes should have limited impact:
- Titles are treated as case insensitive in flattentool (which transforms 360Giving Standard spreadsheets to JSON) so the validity of fields using ‘Last modified’ in their title won’t be affected.
- Latitude and longitude are commonly used in valid number formats in most use cases, e.g. ‘-5.123123’ or ‘45.6167’, and we haven’t found any cases of publishers using a different format for coordinates.
A preview of the documentation (the changes in it are very minor) is on http://standard.threesixtygiving.org/en/autumn-2017-bugfix/