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

operation.schema.dataSchema.json Maven / Gradle / Ivy

There is a newer version: 1.0.0-RC2
Show newest version
{
  "entities": {
    "entity": {
      "vertex": "int",
      "properties": {
        "count": "int"
      }
    }
  },
  "edges": {
    "edge": {
      "source": "int",
      "destination": "int",
      "directed": "true",
      "properties": {
        "count": "int"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy