mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
@@ -1,72 +1,73 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -43,14 +43,9 @@
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id",
|
||||
"client_modified",
|
||||
"server_modified",
|
||||
"rev",
|
||||
"size",
|
||||
"is_downloadable",
|
||||
"content_hash"
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,11 +1,39 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedClient": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedServer": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentHash": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -52,5 +52,6 @@
|
||||
"content_hash"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -31,5 +31,6 @@
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -15,32 +15,6 @@
|
||||
},
|
||||
"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": [
|
||||
@@ -50,5 +24,6 @@
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,6 +7,15 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedClient": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -19,20 +28,19 @@
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentHash": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"type",
|
||||
"pathLower",
|
||||
"pathDisplay"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -57,5 +57,6 @@
|
||||
},
|
||||
"required": [
|
||||
"metadata"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_owner_team_encrypted_id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -19,6 +22,12 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -27,15 +36,11 @@
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"highlight_spans",
|
||||
"match_type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user