n8n-nodes-base
Version:
Base nodes of n8n
173 lines (172 loc) • 4.38 kB
JSON
{
"type": "object",
"properties": {
"content_created_at": {
"type": "string"
},
"content_modified_at": {
"type": "string"
},
"created_at": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"description": {
"type": "string"
},
"etag": {
"type": "string"
},
"folder_upload_email": {
"type": "null"
},
"id": {
"type": "string"
},
"item_collection": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"order": {
"type": "array",
"items": {
"type": "object",
"properties": {
"by": {
"type": "string"
},
"direction": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"item_status": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"modified_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"owned_by": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"login": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"parent": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"path_collection": {
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"total_count": {
"type": "integer"
}
}
},
"purged_at": {
"type": "null"
},
"sequence_id": {
"type": "string"
},
"shared_link": {
"type": "null"
},
"size": {
"type": "integer"
},
"trashed_at": {
"type": "null"
},
"type": {
"type": "string"
}
},
"version": 1
}