{
  "manifest_version": "1.0",
  "id": "example.greeting",
  "version": "1.0.0",
  "package_type": "business-module",
  "entrypoint": "Aventa\\Examples\\Greeting\\GreetingRegistrar",
  "capabilities": [
    "cache.module.write",
    "database.module.read",
    "database.module.write",
    "event.listen"
  ],
  "requires": [],
  "optional_requires": [],
  "lifecycle": ["install", "enable", "disable", "upgrade", "uninstall"],
  "events": [
    {
      "id": "example.greeting.render.v1"
    }
  ],
  "migrations": [
    {
      "id": "001-install",
      "order": 10,
      "checksum": "0839afe4f6de95e5e30dc27c91162842b89f6315a229ebc198acb4443684b147"
    }
  ],
  "data_ownership": ["example_greetings"],
  "uninstall_policy": "PRESERVE",
  "templates": ["templates/greeting.php"],
  "assets": ["assets/greeting.css"],
  "config_schema": {
    "greeting.prefix": "non-empty-string"
  }
}
