How do you import a .json data file into DF

Using MySQL as the database service

I am using the data.json and schema.json from your javascript-sdk-master from github. I was able to upload the schema.json with just a slight modification, but I don’t know how to import data.json

  1. How do import/upload a json Data file into DF?

  2. How did you load your own shema.json and data.json without any modifications?

I had to modify shema.json by replacing

"service": [
    {
      "name": "db",
      "table": 

With

   "resource": [
        {