{
  "description": "HostIP represents a single IP address allocated to the host.",
  "properties": {
    "ip": {
      "description": "IP is the IP address assigned to the host",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "ip"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}