{
  "schema_version": "1",
  "product_type": "web_app",
  "product_name": "La mia app",
  "release_version": "1.0.0",
  "license_spdx": "LicenseRef-Proprietary",
  "support_email": "assistenza@example.com",
  "runtime": {
    "language": "python",
    "version": "3.12",
    "build": {
      "argv": ["python", "-m", "compileall", "src"],
      "timeout_seconds": 300
    },
    "test": {
      "argv": ["python", "-m", "unittest", "discover", "-s", "tests"],
      "timeout_seconds": 300
    },
    "start": {
      "argv": ["python", "-m", "mia_app"],
      "timeout_seconds": 300
    },
    "healthcheck_path": "/health"
  },
  "permissions": {
    "network_required": false,
    "network_allowlist": [],
    "filesystem_write_paths": [],
    "environment_variables": []
  },
  "privacy": {
    "data_categories": [],
    "third_party_services": [],
    "stores_personal_data": false,
    "privacy_url": "https://example.com/privacy",
    "ai_review_consent": true
  }
}
