mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
72
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json
vendored
Normal file
72
packages/nodes-base/nodes/Dropbox/__schema__/v1.0.0/file/copy.json
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"modified_by": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read_only",
|
||||
"parent_shared_folder_id",
|
||||
"modified_by"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user