{
  "schemaVersion": 1,
  "applications": [
    {
      "bundleIdentifier": "com.example.Canvas",
      "name": "Canvas",
      "status": "active",
      "homepage": "https://example.com/canvas",
      "update": {
        "sparkle": "https://example.com/canvas/appcast.xml"
      }
    },
    {
      "bundleIdentifier": "com.example.Notebook",
      "name": "Notebook",
      "status": "active",
      "homepage": "https://example.com/notebook",
      "repository": "https://github.com/example/notebook",
      "update": {
        "github": "https://github.com/example/notebook"
      }
    },
    {
      "bundleIdentifier": "com.example.Studio",
      "name": "Studio",
      "status": "maintenance",
      "homepage": "https://example.com/studio",
      "update": {
        "release": {
          "version": "3.2.1",
          "build": "3210",
          "downloadURL": "https://downloads.example.com/Studio-3.2.1.dmg",
          "releaseNotesURL": "https://example.com/studio/releases/3.2.1",
          "publishedAt": "2026-08-28T12:30:00Z",
          "minimumSystemVersion": "14.0",
          "architectures": ["universal"],
          "sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
        }
      }
    },
    {
      "bundleIdentifier": "com.example.Archive",
      "name": "Archive",
      "status": "discontinued",
      "homepage": "https://example.com/archive"
    }
  ]
}
