mozilla / django-product-details

Product and locale details for Mozilla products
https://product-details.mozilla.org/1.0/
BSD 3-Clause "New" or "Revised" License
27 stars 22 forks source link

Add sanity checking of JSON data #61

Open pmac opened 8 years ago

pmac commented 8 years ago

The JSON data should be checked before it's used. Some files have dependencies on others. For example:

We've implemented this in bedrock, but should move to this lib. It'll be a little challenging because we have to find a temporary location to which to download the files and check them before moving them into place on the FS or in the DB.