Skip to content

Feature/jsonschema

sarsonl requested to merge feature/jsonschema into develop

Adding functionality:

  • Script to create jsonschema template from marshmallow schemas that can be used independently of the rest of the code
  • Script to check a json file containing a Borehole or an array of Boreholes to validate using the jsonschema
  • Script to load json data into the database using marshmallow schemas

It would be good to merge in these changes soon so that we can direct people to the develop branch if they want the code.

Merge request reports