validate_schema.py§
validate_schema(state)
§
Validate the generated TTL output against the BrickSchema.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
state
|
State
|
The current state containing the TTL output and validation parameters. |
required |
Returns:
Name | Type | Description |
---|---|---|
dict |
Dict[str, Any]
|
A dictionary containing the validation status and report. |
Source code in brickllm/nodes/validate_schema.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|