chromium/chromeos/components/test/data/onc/translation_of_shill_ethernet.onc

{
  "Ethernet":{
    "Authentication":"None"
  },
  "GUID":"guid",
  "IPAddressConfigType":"Static",
  "Name":"",
  "NameServersConfigType":"Static",
  "StaticIPConfig":{
    "Gateway":"1.1.1.7",
    "IPAddress":"125.125.125.125",
    "NameServers":[
      "1.1.1.8",
      "125.1.1.3",
      "0.0.0.0",
      "0.0.0.0"
    ],
    "RoutingPrefix":26,
    "Type":"IPv4"
  },
  "Type":"Ethernet"
}