{
  "name": "Global App Directory",
  "description": "A decentralized feed for discovering cross-platform applications.",
  "url": "https://example.com",
  "iconURL": "https://example.com/icon.png",
  "category": [
    "Productivity",
    "Development"
  ],
  "aapVersion": "1.0",
  "language": "en-US",
  "copyright": "Copyright 2026 Example Corp",
  "owner": "Example Organization",
  "supportURL": "https://support.example.com",
  "supportEmail": "help@example.com",
  "horizontalFeatureImageURL": "https://example.com/feature-h.jpg",
  "verticalFeatureImageURL": "https://example.com/feature-v.jpg",
  "didId": "did:web:example.com",
  "total": 100,
  "count": 1,
  "next": "https://example.com/feeds/aap.json?page=2",
  "previous": null,
  "sort": "dateUpdated_desc",
  "applications": [
    {
      "name": "TaskMaster Pro",
      "description": "The ultimate task management tool for teams.",
      "url": "https://taskmaster.example.com",
      "guid": "https://taskmaster.example.com/id",
      "iconURL": "https://taskmaster.example.com/app-icon.png",
      "category": [
        "Business",
        "Utility"
      ],
      "cost": 19.99,
      "currency": "USD",
      "pricingModel": "one-off",
      "status": "active",
      "tags": [
        "collaboration",
        "cloud-sync"
      ],
      "keywords": [
        "todo",
        "kanban",
        "GTD"
      ],
      "horizontalFeatureImageURL": "https://taskmaster.example.com/promo-h.png",
      "verticalFeatureImageURL": "https://taskmaster.example.com/promo-v.png",
      "screenshots": [
        "https://taskmaster.example.com/ss1.png",
        "https://taskmaster.example.com/ss2.png"
      ],
      "owner": "Jane Developer",
      "size": 52428800,
      "license": "MIT",
      "publisher": "Example Software Ltd",
      "publisherURL": "https://example-software.com",
      "publisherDidID": "did:web:example-software.com",
      "sourceURL": "https://github.com/example/taskmaster",
      "docsURL": "https://docs.taskmaster.com",
      "supportURL": "https://support.taskmaster.com",
      "promptURL": "https://taskmaster.example.com/ai-prompts",
      "commentsURL": "https://forum.taskmaster.com",
      "ratingURL": "https://reviews.taskmaster.com",
      "privacyURL": "https://taskmaster.example.com/privacy",
      "termsURL": "https://taskmaster.example.com/terms",
      "changelog": "Fixed sync bugs and improved UI responsiveness.",
      "changelogURL": "https://taskmaster.example.com/changelog.txt",
      "supportEmail": "support@taskmaster.com",
      "platform": "web",
      "dateUpdated": "2026-05-01T12:00:00Z",
      "dateCreated": "2025-01-15T09:00:00Z",
      "version": "2.1.0",
      "language": "en",
      "copyright": "2026 Jane Developer",
      "ageScheme": "PEGI",
      "ageValue": "3",
      "contentDescriptors": [
        "None"
      ],
      "localization": [
        {
          "language": "fr",
          "name": "Maître des Tâches Pro",
          "url": "https://taskmaster.example.com/fr",
          "description": "L'outil ultime de gestion de tâches."
        }
      ],
      "versions": [
        {
          "version": "2.0.0",
          "url": "https://taskmaster.example.com/download/v2.0.0",
          "name": "TaskMaster Pro v2"
        }
      ],
      "checksum": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
      "permissions": [
        "notifications",
        "geolocation"
      ],
      "capabilities": [
        "pwa",
        "offline"
      ],
      "custom": {
        "brand_color": {
          "label": "Primary Brand Color",
          "value": "#2563eb"
        }
      }
    }
  ]
}