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

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

There is a newer version: 1.0.0-RC2
Show newest version
{
  "entities": {
    "size": {
      "vertex": "vertex.string",
      "properties": {
        "startDate": "date.earliest",
        "endDate": "date.latest",
        "size": "union"
      },
      "groupBy": [
        "startDate",
        "endDate"
      ]
    }
  },
  "edges": {
    "red": {
      "source": "vertex.string",
      "destination": "vertex.string",
      "directed": "false",
      "properties": {
        "startDate": "date.earliest",
        "endDate": "date.latest",
        "count": "long.count"
      },
      "groupBy": [
        "startDate",
        "endDate"
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy