{
  "default_mode": "Rolling",
  "allowed_modes": [
    "Rolling",
    "Calendar"
  ],
  "allow_shared_archive": false,
  "tiers": {
    "Recent": {
      "count": 10
    },
    "Monthly": {
      "count": 5,
      "interval": "30D",
      "calendar_unit": "Month"
    },
    "Yearly": {
      "count": 1,
      "interval": "365D",
      "calendar_unit": "Year"
    }
  },
  "deletion_grace": "24h",
  "legacy_deletion_grace": "7D",
  "maximum_deletions_per_run": 100,
  "maximum_deletion_percent": 50,
  "publish": {
    "modules": [
      "BackupPackage"
    ]
  }
}
