ComfyUI Node
JsonValidate (Yogurt Nodes)
Validate JSON data structure
JsonValidate (Yogurt Nodes)
- data
- is_valid
- error_message
◄check_typeany►
◄required_keys►
CategoryYogurtNodes/Logic
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| data | * | Data to validate | |
| check_typeopt | COMBO | any | Expected data type |
| required_keysopt | STRING | Required keys for objects (comma-separated) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| is_valid | BOOLEAN | — |
| error_message | STRING | — |