Skip to main content

Fields

runtime

Validation:
  • When mode: native, services must be defined inline under services
  • When mode: compose, composeFile must point to a valid file within the package; the services array is ignored

Examples

Minimal app

Compose-mode app

id must match the pattern ^[a-zA-Z][a-zA-Z0-9]*(\.[a-zA-Z][a-zA-Z0-9]*)+$ — reverse-domain format with at least two components. version must be valid semver (e.g., 1.0.0, 2.3.1-beta.1).