Validate a UI5 manifest.json
run_manifest_validationValidate a UI5 manifest for compliance with Fiori/UI5 rules, checking id pattern, data sources, model references, routing, file existence, and card structure to identify issues before deployment.
Instructions
Validates the manifest against UI5 rules: sap.app id pattern, dataSources, model references, routing targets, view/i18n files on disk, card structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appPath | Yes | App folder (or direct path to manifest.json) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | ||
| errors | Yes | ||
| issues | Yes | ||
| warnings | Yes | ||
| manifestPath | Yes |