File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -783,16 +783,16 @@ Here is a code block illustrating these concepts:
783
783
NodeType(
784
784
label = " Person" ,
785
785
properties = [
786
- SchemaProperty (name = " name" , type = " STRING" ),
787
- SchemaProperty (name = " place_of_birth" , type = " STRING" ),
788
- SchemaProperty (name = " date_of_birth" , type = " DATE" ),
786
+ PropertyType (name = " name" , type = " STRING" ),
787
+ PropertyType (name = " place_of_birth" , type = " STRING" ),
788
+ PropertyType (name = " date_of_birth" , type = " DATE" ),
789
789
],
790
790
),
791
791
NodeType(
792
792
label = " Organization" ,
793
793
properties = [
794
- SchemaProperty (name = " name" , type = " STRING" ),
795
- SchemaProperty (name = " country" , type = " STRING" ),
794
+ PropertyType (name = " name" , type = " STRING" ),
795
+ PropertyType (name = " country" , type = " STRING" ),
796
796
],
797
797
),
798
798
],
You can’t perform that action at this time.
0 commit comments