validate_yaml
Validate YAML syntax for FlutterFlow projects before applying changes, catching errors early.
Instructions
Validate YAML content before pushing changes to a FlutterFlow project. Always call this before update_project_yaml. Tip: Call get_editing_guide or get_yaml_docs BEFORE writing YAML to understand the correct schema and field names. Validation catches syntax errors but not semantic mistakes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileKey | Yes | The YAML file key (e.g. 'app-details', 'page/id-xxx') | |
| projectId | Yes | The FlutterFlow project ID | |
| fileContent | Yes | Pass YAML content as a normal multi-line string. |