mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Generate Schema Files - 18113073 (no-changelog) (#12927)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
56
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json
vendored
Normal file
56
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/delete.json
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id",
|
||||
"client_modified",
|
||||
"server_modified",
|
||||
"rev",
|
||||
"size",
|
||||
"is_downloadable",
|
||||
"content_hash"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
11
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json
vendored
Normal file
11
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/download.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
56
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json
vendored
Normal file
56
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/move.json
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id",
|
||||
"client_modified",
|
||||
"server_modified",
|
||||
"rev",
|
||||
"size",
|
||||
"is_downloadable",
|
||||
"content_hash"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
35
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json
vendored
Normal file
35
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/upload.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json
vendored
Normal file
54
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/create.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"traverse_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"no_access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read_only",
|
||||
"parent_shared_folder_id",
|
||||
"traverse_only",
|
||||
"no_access"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
38
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json
vendored
Normal file
38
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/list.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedClient": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedServer": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentHash": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
61
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json
vendored
Normal file
61
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/folder/move.json
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"traverse_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"no_access": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read_only",
|
||||
"parent_shared_folder_id",
|
||||
"traverse_only",
|
||||
"no_access"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"metadata"
|
||||
]
|
||||
}
|
||||
41
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json
vendored
Normal file
41
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/search/query.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_owner_team_encrypted_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user