n8n-nodes-base
Version:
Base nodes of n8n
48 lines (47 loc) • 984 B
JSON
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"CreatedById": {
"type": "string"
},
"CreatedDate": {
"type": "string"
},
"CurrencyIsoCode": {
"type": "string"
},
"Id": {
"type": "string"
},
"IsDeleted": {
"type": "boolean"
},
"LastModifiedById": {
"type": "string"
},
"LastModifiedDate": {
"type": "string"
},
"Name": {
"type": "string"
},
"OwnerId": {
"type": "string"
},
"SystemModstamp": {
"type": "string"
}
},
"version": 3
}