Another pattern you can use (and we do for one of our apps) is to make a google sheet with all the information you need and then write a python script which pulls down the information and transforms it into the json/xml/whatever you need for your relevant application. It should validate it at this time as well.
This allows non-technical team members to add/edit information that the technical team can then import in validated batches.
This allows non-technical team members to add/edit information that the technical team can then import in validated batches.