Skip to content

Commit 2a4da30

Browse files
authored
Removed erroneous type property for node in README
It is not listed in the JSON Schema for JGF.
1 parent 7d0a3c0 commit 2a4da30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ A node object represents a node in a graph.
4040

4141
- 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.
4242
- 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*.
4443
- A `metadata` property allows for custom data on an object. Its values is defined as a JSON object.
4544

4645
.. _edge object:

0 commit comments

Comments
 (0)