Skip to content

Commit 1e28c1f

Browse files
committed
removed graphs.id
refs #11
1 parent 45933e8 commit 1e28c1f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ A graphs object groups zero or more `graph object`_ into one JSON document.
7070

7171
- The `graphs object`_ is defined as a *JSON array*.
7272

73+
**graphs properties**
74+
75+
- A `type` property provides a classification for an object. Its value is defined as a *JSON string*.
76+
- A `label` property provides a text display for an object. Its value is defined as a *JSON string*.
77+
- A `metadata` property allows for custom data on an object. Its values is defined as a JSON object.
78+
7379
.. _examples:
7480

7581
Examples

json-graph-schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
{
1717
"type": "object",
1818
"properties": {
19-
"id": {
20-
"type": "string"
21-
},
2219
"label": {
2320
"type": "string"
2421
},

0 commit comments

Comments
 (0)