n8n-nodes-base
Version:
Base nodes of n8n
38 lines (37 loc) • 795 B
JSON
{
"type": "object",
"properties": {
"Created_By": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"Created_Time": {
"type": "string"
},
"id": {
"type": "string"
},
"Modified_By": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"Modified_Time": {
"type": "string"
}
},
"version": 1
}