Skip to content

ValidationMessage

← All HTTP schemas

A single finding produced by the validation of an agent definition.

Shape: object

Property Required Type Description Rules
severity yes ValidationSeverity Gets the severity of the finding.
code yes string Gets the stable machine-readable code, for example unknown_tool or cycle.
message yes string Gets the human-readable description. It is not translated.
path no string Gets the path of the offending field inside the definition, for example toolNames[2]. It is null when the finding points at no field.