{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PortidResponse",
  "type": "object",
  "required": [
    "portid"
  ],
  "properties": {
    "portid": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    }
  }
}

Local Graph