Returns namedInputs
{
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
},
{
"type": "object"
},
{
"type": "array"
}
]
}
{
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
},
{
"type": "object"
},
{
"type": "array"
}
]
}
[
":agentId",
":agentId.color",
":agentId.model"
]
[
":agentId",
":agentId.array",
":agentId.array.$0",
":agentId.array.$1"
]
[
":agentId"
]
{
"color": "red",
"model": "Model 3"
}
{}
{
"color": "red",
"model": "Model 3"
}
{
"array": [
"Hello World",
"Discarded"
]
}
{}
{
"array": [
"Hello World",
"Discarded"
]
}
{
"color": "red",
"model": "Model 3"
}
{"namedKey":"color"}
"red"
Receptron team
https://github.com/receptron/graphai
MIT