Type: lib.json.ValidateJSON
Namespace: lib.json
Description
Validate JSON data against a schema. json, validate, schema
Use cases:
- Ensure API payloads match specifications
- Validate configuration files
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| data | any |
JSON data to validate | - |
| json_schema | Dict[Any, Any] |
JSON schema for validation | {} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the lib.json namespace.