ValidationResult
validboolean
errors object[]
Array [
typestring
Possible values: [type_error, reference_error, graph_error, semantic_error, parameter_error]
messagestring
locationstringnullable
suggestionstringnullable
]
warnings object[]
Array [
typestring
messagestring
]
ValidationResult
{
"valid": true,
"errors": [
{
"type": "type_error",
"message": "string",
"location": "string",
"suggestion": "string"
}
],
"warnings": [
{
"type": "string",
"message": "string"
}
]
}