We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45933e8 commit 1e28c1fCopy full SHA for 1e28c1f
2 files changed
README.rst
@@ -70,6 +70,12 @@ A graphs object groups zero or more `graph object`_ into one JSON document.
70
71
- The `graphs object`_ is defined as a *JSON array*.
72
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
79
.. _examples:
80
81
Examples
json-graph-schema.json
@@ -16,9 +16,6 @@
16
{
17
"type": "object",
18
"properties": {
19
- "id": {
20
- "type": "string"
21
- },
22
"label": {
23
"type": "string"
24
},
0 commit comments