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

definitions.Topology.json Maven / Gradle / Ivy

{
  "type": "object",
  "title": "topology",
  "required": [
    "time",
    "devices",
    "links",
    "clusters"
  ],
  "properties": {
    "time": {
      "type": "integer",
      "format": "int64",
      "example": 183004405835967
    },
    "devices": {
      "type": "integer",
      "format": "int64",
      "example": 3
    },
    "links": {
      "type": "integer",
      "format": "int64",
      "example": 4
    },
    "clusters": {
      "type": "integer",
      "format": "int64",
      "example": 1
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy