All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.elements.json Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
{
  "edges": {
    "BasicEdge": {
      "source": "vertex",
      "destination": "vertex",
      "directed": "true",
      "properties": {
        "count": "count"
      }
    }
  },
  "entities": {
    "BasicEntity": {
      "vertex": "vertex",
      "properties": {
        "count": "count"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy