chromium/components/policy/test/data/pref_mapping/BruschettaInstallerConfiguration.json

[
  {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BruschettaInstallerConfiguration": {
            "display_name": "Name",
            "learn_more_url": "https://example.com/learn_more"
          }
        },
        "prefs": {
          "bruschetta.installer_configuration": {
            "value": {
              "display_name": "Name",
              "learn_more_url": "https://example.com/learn_more"
            }
          }
        }
      },
      {
        "note": "Check that non-https URLs are rejected",
        "policies": {
          "BruschettaInstallerConfiguration": {
            "display_name": "Name",
            "learn_more_url": "http://bad-example.com/should_be_https"
          }
        },
        "prefs": {
          "bruschetta.installer_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "no policies set",
        "policies": {},
        "prefs": {
          "bruschetta.installer_configuration": {
            "default_value": {}
          }
        }
      }
    ]
  }
]