RE: I have json data file , how do I create schema out of it and Import it in Diyotta
i have sample json file and Inorder to push the json data into a table,I need to have a dataobject. How do I import this json data into Studio? Is there a way to create json schema out it?
- Follow the below steps to create a JSON schema out of a JSON data file.
Steps:
- Login to the jsonschema.net site.
- Copy and paste your JSON data in the left tab and click on the settings icon.
- Then select only these properties in the drop-down and then unselect all the options present in keyboard visibility as shown below.
- Then click on the submit, which would generate the JSON schema.