n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 361 B
JSON
{
"type": "object",
"properties": {
"Arn": {
"type": "string"
},
"CreateDate": {
"type": "integer"
},
"Path": {
"type": "string"
},
"PermissionsBoundary": {
"type": ["array", "null"]
},
"Tags": {
"type": ["array", "null"]
},
"UserId": {
"type": "string"
},
"UserName": {
"type": "string"
}
},
"version": 2
}