validate_node_minimal
Check for missing required fields in a node configuration. Input the node type and config; receive a list of missing fields. Designed for quick validation without additional warnings or suggestions.
Instructions
Fast check for missing required fields only. No warnings/suggestions. Returns: list of missing fields.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | Yes | The node configuration to check | |
nodeType | Yes | The node type to validate (e.g., "nodes-base.slack") |