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

[
  {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingMaxSheetsAllowed": 10
        },
        "prefs": {
          "printing.max_sheets_allowed": {
            "value": 10
          }
        }
      }
    ]
  }
]