n8n-nodes-base
Version:
Base nodes of n8n
49 lines (48 loc) • 1.69 kB
JSON
{
"type": "object",
"properties": {
"Credentials Risk Report": {
"type": "object",
"properties": {
"risk": {
"type": "string"
},
"sections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"location": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"recommendation": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
}
}
}
},
"version": 1
}