NodeDeploymentInfo (type)

{
  "id": "NodeDeploymentInfo", 
  "properties": {
    "external_id": {
      "title": "External id is the same as node id", 
      "type": "string"
    }, 
    "ip_addresses": {
      "items": {
        "$ref": "IPAddress
      }, 
      "title": "List of management IP", 
      "type": "array"
    }, 
    "resource_type": {
      "title": "Node type", 
      "type": "string"
    }
  }, 
  "title": "Node deployment info", 
  "type": "object"
}