n8n-nodes-base
Version:
Base nodes of n8n
94 lines (93 loc) • 2.22 kB
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"activeChecklistItemCount": {
"type": "integer"
},
"assigneePriority": {
"type": "string"
},
"bucketId": {
"type": "string"
},
"checklistItemCount": {
"type": "integer"
},
"completedBy": {
"type": "null"
},
"completedDateTime": {
"type": "null"
},
"conversationThreadId": {
"type": "null"
},
"createdBy": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
}
}
},
"createdDateTime": {
"type": "string"
},
"hasDescription": {
"type": "boolean"
},
"id": {
"type": "string"
},
"orderHint": {
"type": "string"
},
"percentComplete": {
"type": "integer"
},
"planId": {
"type": "string"
},
"previewType": {
"type": "string"
},
"priority": {
"type": "integer"
},
"referenceCount": {
"type": "integer"
},
"startDateTime": {
"type": "null"
},
"title": {
"type": "string"
}
},
"version": 1
}