You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ A node object represents a node in a graph.
40
40
41
41
- An `id` property is a primary key for an object (see Objects_) that is unique for the object type. Its value is defined as a *JSON string* for flexibility.
42
42
- A `label` property provides a text display for an object. Its value is defined as a *JSON string*.
43
-
- A `type` property provides a classification for an object. Its value is defined as a *JSON string*.
44
43
- A `metadata` property allows for custom data on an object. Its values is defined as a JSON object.
0 commit comments