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

{
  "Type": "Cellular",
  "Name": "Test Network",
  "Cellular": {
    "AllowRoaming": true,
    "APN": {
      "AccessPointName": "test-apn",
      "ApnTypes": ["Default"],
      "Authentication": "",
      "Username": "test-username",
      "Password": "test-password"
    },
    "AutoConnect": true,
    "CustomAPNList": [
      {
        "AccessPointName": "test-apn-1",
        "ApnTypes": ["Attach"],
        "IpType": "",
        "Username": "test-username",
        "Password": "test-password",
        "State": "Enabled",
        "Source": "Ui"
      },
      {
        "AccessPointName": "test-apn-2",
        "ApnTypes": ["Default"],
        "Authentication": "CHAP",
        "Username": "test-username",
        "Password": "test-password",
        "State": "Disabled",
        "Source": "Ui"
      },
      {
        "AccessPointName": "test-apn-3",
        "ApnTypes": ["Default", "Attach"],
        "Authentication": "PAP",
        "IpType": "IPv4orIPv6",
        "Username": "test-username",
        "Password": "test-password",
        "State": "Enabled",
        "Source": "Ui"
      },
      {
        "AccessPointName": "test-apn-4",
        "ApnTypes": ["Default", "Attach", "Tether"],
        "Authentication": "CHAP",
        "IpType": "IPv4orIPv6",
        "Username": "test-username",
        "Password": "test-password",
        "State": "Enabled",
        "Source": "Ui"
      }
    ]
  }
}