Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ ValidationIssue
Class
ValidationIssue
src/tool_system/schema_validation.py:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
@dataclass(frozen=True)
10
class
ValidationIssue:
11
path: str
12
message: str
13
14
15
def
_type_name(value: Any) -> str:
Callers
2
_validate
Function · 0.85
_validate_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected