Importer
The JSON Importer allows us to create a schema rapidly, avoiding the need to design field by field.
To import a schema via the importer:
- Go to the schema tab.
- Click on "Import."
- Enter a valid JSON.
- Enter a valid root object name.
- Click on "Import Entities."
Note:
The JSON Importer cannot differentiate between String
and Enum
types; it will be considered as String
by default.