MCPcopy 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)
10class ValidationIssue:
11 path: str
12 message: str
13
14
15def _type_name(value: Any) -> str:

Callers 2

_validateFunction · 0.85
_validate_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected