From 698fabd38ef44ddb9bb378f7766e72e6a064d4a4 Mon Sep 17 00:00:00 2001 From: andrejtonev <29177572+andrejtonev@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:59:03 +0200 Subject: [PATCH] Change "edge_type" to "type" for edge definition --- v1/examples/schema_example.json | 10 +++++----- v1/spec.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v1/examples/schema_example.json b/v1/examples/schema_example.json index 215ee07..ab1320a 100644 --- a/v1/examples/schema_example.json +++ b/v1/examples/schema_example.json @@ -136,7 +136,7 @@ ], "edges":[ { - "edge_type":":IS_FAMILY", + "type":":IS_FAMILY", "start_node_labels":[ "Person" ], @@ -160,7 +160,7 @@ ] }, { - "edge_type":":IS_FAMILY", + "type":":IS_FAMILY", "start_node_labels":[ "Person" ], @@ -183,7 +183,7 @@ ] }, { - "edge_type":":IS_FAMILY", + "type":":IS_FAMILY", "start_node_labels":[ "Person", "Child" @@ -207,7 +207,7 @@ ] }, { - "edge_type":":IS_FAMILY", + "type":":IS_FAMILY", "start_node_labels":[ "Person" ], @@ -231,7 +231,7 @@ ] }, { - "edge_type":":IS_STUDENT", + "type":":IS_STUDENT", "count":1, "start_node_labels":[ "Person", diff --git a/v1/spec.json b/v1/spec.json index 36ea0c2..27c8a86 100644 --- a/v1/spec.json +++ b/v1/spec.json @@ -24,7 +24,7 @@ }], "edges": [{ - "edge_type": "", "start_node_labels": [""], "end_node_labels": [""], "count": 1, + "type": "", "start_node_labels": [""], "end_node_labels": [""], "count": 1, "properties": [{}], "examples": [{}] }],