chromium/chromeos/components/test/data/onc/policy/policy_wifi1_with_redundant_fields.onc

{
  "NetworkConfigurations": [
    {
      "GUID": "policy_wifi1",
      "Type": "WiFi",
      "Name": "Managed wifi1",
      "WiFi": {
        "Passphrase": "policy's passphrase",
        "Recommended": [ "AutoConnect", "Passphrase" ],
        "SSID": "wifi1",
        "Security": "WPA-PSK",
        "EAP": {
          "Outer": "PEAP",
          "UseSystemCAs": false,
          "Recommended": [
            "AnonymousIdentity",
            "Identity",
            "Password"
          ]
        }
      }
    }
  ],
  "Type": "UnencryptedConfiguration"
}