{
  "$schema": "http://json-schema.org/schema#", 
  "required": [
    "Port"
  ], 
  "type": "object", 
  "description": "DaemonEndpoint contains information about a single Daemon endpoint.", 
  "properties": {
    "Port": {
      "type": "integer", 
      "description": "Port number of the given endpoint.", 
      "format": "int32"
    }
  }
}