validate_recipe
Validate a recipe JSON against the Meticulous profile schema. Get a list of errors for invalid recipes, or auto-fill missing simple fields.
Instructions
Validate a recipe JSON against the Meticulous profile schema. Returns a list of errors if invalid. If auto_fix is true, automatically fills in simple missing fields (id, author_id, version, previous_authors, variables) — structural errors like missing stages must be corrected manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | The profile JSON to validate | |
| auto_fix | No | If true, auto-fills simple missing fields and returns the repaired profile |