{
  "graph_name": "graph_rest.dc_shape_graph",
  "directed_graph": true,
  "nodes": [],
  "edges": [
    "graph.dc_shape.shape AS WKTLINE",
    "graph.dc_shape.direction AS DIRECTION",
    "ST_LENGTH(graph.dc_shape.shape,1)/(ST_NPOINTS(graph.dc_shape.shape)-1) AS WEIGHT_VALUESPECIFIED"
  ],
  "weights": [],
  "restrictions": [],
  "options": {
    "merge_tolerance": "0.00001",
    "recreate": "true",
    "graph_table": "graph_rest.dc_shape_graph_table"
  }
}