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

properties.reservoirItemsUnion.schema.dataSchema.json Maven / Gradle / Ivy

There is a newer version: 1.0.0-RC2
Show newest version
{
  "entities": {
    "blueEntity": {
      "vertex": "vertex.string",
      "properties": {
        "neighboursSample": "reservoir.strings.union"
      }
    }
  },
  "edges": {
    "red": {
      "source": "vertex.string",
      "destination": "vertex.string",
      "directed": "false",
      "properties": {
        "stringsSample": "reservoir.strings.union"
      }
    },
    "blue": {
      "source": "vertex.string",
      "destination": "vertex.string",
      "directed": "false"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy