validate_frontmatter
Validate frontmatter against the required schema before creating or updating notes. Accepts an optional note path or a frontmatter dictionary to check.
Instructions
Validate note frontmatter or a supplied dictionary against the schema.
Use this before creating or updating notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | optional path of an existing note | |
| frontmatter | No | optional frontmatter dictionary to validate directly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |