mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -7,66 +7,54 @@
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"content_hash": {
|
||||
"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": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
"modified_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"modified_by": {
|
||||
"type": "string"
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read_only",
|
||||
"parent_shared_folder_id",
|
||||
"modified_by"
|
||||
]
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -7,44 +7,37 @@
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,38 +1,11 @@
|
||||
{
|
||||
"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
|
||||
|
||||
@@ -7,50 +7,37 @@
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"client_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_modified": {
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"server_modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_downloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content_hash": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -4,25 +4,19 @@
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,20 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contentHash": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastModifiedClient": {
|
||||
"type": "string"
|
||||
@@ -22,25 +19,21 @@
|
||||
"lastModifiedServer": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathDisplay": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathLower": {
|
||||
"type": "string"
|
||||
},
|
||||
"rev": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "integer"
|
||||
},
|
||||
"contentHash": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDownloadable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"type",
|
||||
"pathLower",
|
||||
"pathDisplay"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,56 +7,40 @@
|
||||
".tag": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_lower": {
|
||||
"type": "string"
|
||||
},
|
||||
"sharing_info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read_only": {
|
||||
"no_access": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parent_shared_folder_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"traverse_only": {
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"no_access": {
|
||||
"traverse_only": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read_only",
|
||||
"parent_shared_folder_id",
|
||||
"traverse_only",
|
||||
"no_access"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
".tag",
|
||||
"name",
|
||||
"path_lower",
|
||||
"path_display",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"metadata"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -38,9 +38,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"highlight_spans",
|
||||
"match_type"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user