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:
783783 NodeType(
784784 label = " Person" ,
785785 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" ),
789789 ],
790790 ),
791791 NodeType(
792792 label = " Organization" ,
793793 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" ),
796796 ],
797797 ),
798798 ],
You can’t perform that action at this time.
0 commit comments