{
  "title": "Format Painter for Gmail - Team configuration",
  "description": "Managed settings for the Format Painter for Gmail Chrome extension, ID oaiklekamhihggihhoibgpbnfejlcppf. Use this custom schema with Preference Domain com.google.Chrome.extensions.oaiklekamhihggihhoibgpbnfejlcppf so admins get form fields instead of raw plist.",
  "__preferencedomain": "com.google.Chrome.extensions.oaiklekamhihggihhoibgpbnfejlcppf",
  "properties": {
    "orgLicense": {
      "title": "Team license key",
      "description": "Your Format Painter for Gmail team license key, from the checkout page or your receipt email. Licenses every seat this profile is scoped to. Paste the key exactly, with no quotes.",
      "type": "string"
    },
    "orgPresets": {
      "title": "Company styles (optional)",
      "description": "A JSON-encoded array of saved styles pushed read-only to every seat. Use the exact string produced by the Package for deployment tool at formatpainter.app/business/deploy.html. Leave unset if you are not pushing company styles.",
      "anyOf": [
        { "type": "null", "title": "Not configured" },
        { "type": "string", "title": "JSON-encoded array of styles" }
      ]
    }
  }
}
