mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add new schema files (no-changelog) (#13062)
This commit is contained in:
11
packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json
vendored
Normal file
11
packages/nodes-base/nodes/Todoist/__schema__/v2.1.0/task/close.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user