]> granicus.if.org Git - graphviz/commitdiff
Replace cluster with subgraph, as the output will also reflect non-cluster untagged-f6bbc5576feb1e03c4b8
authorEmden R. Gansner <erg@emdenrg.net>
Fri, 19 Aug 2016 11:04:25 +0000 (07:04 -0400)
committerEmden R. Gansner <erg@emdenrg.net>
Fri, 19 Aug 2016 11:04:25 +0000 (07:04 -0400)
subgraphs.

doc/infosrc/graphviz_json_schema.json

index 2503e5e8765752e9c12f898bfd7a46601e4de990..e77e5db6de005e03c07490a9875588218139ee3d 100644 (file)
@@ -89,7 +89,7 @@
       ]
     },
     "metanode": {
-      "title": "nor or cluster subgraph",
+      "title": "node or subgraph",
       "type": "object",
       "properties": {
         "_gvid": {
         },
         "name": {
           "type": "string",
-          "description": "The node or cluster name"
+          "description": "The node or subgraph name"
         },
         "subgraphs": {
           "type": "array",
           "items": {
             "type": "integer"
           },
-          "description": "index of a child cluster"
+          "description": "index of a child subgraph"
         },
         "nodes": {
           "type": "array",
           "items": {
             "type": "integer"
           },
-          "description": "index of a node in this cluster"
+          "description": "index of a node in this subgraph"
         },
         "edges": {
           "type": "array",
           "items": {
             "type": "integer"
           },
-          "description": "index of an edge in this cluster"
+          "description": "index of an edge in this subgraph"
         },
         "_draw_": {
           "$ref": "#/definitions/drawops"