Create Nodes, Properties, and Edges
The sample source file has been parsed to create input blocks which can be used to design the model. To create a Node, drag
PassportNoin from thesample.jsonsection of theInputtab.

Once placed in the designer, select Node.

Provide the Node with a
LabelofPersonwhich can be selected from the list informed by the schema.

To add a Property to your Node, select the Node to bring up the properties tab. Then select
+ New Propertyand provide a key offirst_name(informed by the schema), a template of{FirstName}(informed by the source file) and type ofString. Select the tick to confirm and you will see the number of properties your node has.

To create an Edge, add another Node using
CardNoand provide a label ofCard. Now draw a connection between the two Nodes. The Edge will be created and by referencing the schema, it will automatically be populated with the value ofHAS_CARD.

Additional Properties can be added to the Edges as well as the Nodes in the same way as step 3.
Last updated

