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:
@@ -1,62 +1,21 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"alternate": {
|
||||
"type": "string"
|
||||
},
|
||||
"search.log": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"results": {
|
||||
"type": "string"
|
||||
},
|
||||
"results_preview": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeline": {
|
||||
"type": "string"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"control": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"alternate",
|
||||
"events",
|
||||
"results",
|
||||
"results_preview",
|
||||
"timeline",
|
||||
"summary",
|
||||
"control"
|
||||
]
|
||||
},
|
||||
"published": {
|
||||
"type": "string"
|
||||
},
|
||||
"author": {
|
||||
"type": "string"
|
||||
},
|
||||
"acl": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"app": {
|
||||
"type": "string"
|
||||
},
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"modifiable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"perms": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -72,40 +31,18 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"read",
|
||||
"write"
|
||||
]
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"modifiable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"sharing": {
|
||||
"type": "string"
|
||||
},
|
||||
"app": {
|
||||
"type": "string"
|
||||
},
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ttl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"perms",
|
||||
"owner",
|
||||
"modifiable",
|
||||
"sharing",
|
||||
"app",
|
||||
"can_write",
|
||||
"ttl"
|
||||
]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"type": "string"
|
||||
},
|
||||
"bundleVersion": {
|
||||
"type": "string"
|
||||
@@ -134,6 +71,12 @@
|
||||
"earliestTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"entryUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDone": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -164,39 +107,58 @@
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"alternate": {
|
||||
"type": "string"
|
||||
},
|
||||
"control": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"results": {
|
||||
"type": "string"
|
||||
},
|
||||
"results_preview": {
|
||||
"type": "string"
|
||||
},
|
||||
"search.log": {
|
||||
"type": "string"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeline": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"help": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"numPreviews": {
|
||||
"type": "integer"
|
||||
},
|
||||
"pid": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"provenance": {
|
||||
"type": "string"
|
||||
},
|
||||
"resultPreviewCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sampleRatio": {
|
||||
"type": "string"
|
||||
},
|
||||
"sampleSeed": {
|
||||
"type": "string"
|
||||
},
|
||||
"search": {
|
||||
"type": "string"
|
||||
},
|
||||
"sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusBuckets": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ttl": {
|
||||
"type": "integer"
|
||||
},
|
||||
"performance": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -209,11 +171,7 @@
|
||||
"invocations": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_secs",
|
||||
"invocations"
|
||||
]
|
||||
}
|
||||
},
|
||||
"startup.handoff": {
|
||||
"type": "object",
|
||||
@@ -224,34 +182,21 @@
|
||||
"invocations": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_secs",
|
||||
"invocations"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"help": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"text"
|
||||
]
|
||||
}
|
||||
"pid": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"provenance": {
|
||||
"type": "string"
|
||||
},
|
||||
"published": {
|
||||
"type": "string"
|
||||
},
|
||||
"request": {
|
||||
"type": "object",
|
||||
@@ -259,10 +204,10 @@
|
||||
"search": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"search"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resultPreviewCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"runtime": {
|
||||
"type": "object",
|
||||
@@ -273,11 +218,16 @@
|
||||
"auto_pause": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"auto_cancel",
|
||||
"auto_pause"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sampleRatio": {
|
||||
"type": "string"
|
||||
},
|
||||
"sampleSeed": {
|
||||
"type": "string"
|
||||
},
|
||||
"search": {
|
||||
"type": "string"
|
||||
},
|
||||
"searchProviders": {
|
||||
"type": "array",
|
||||
@@ -285,41 +235,18 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"entryUrl": {
|
||||
"sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusBuckets": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ttl": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"updated",
|
||||
"links",
|
||||
"published",
|
||||
"author",
|
||||
"acl",
|
||||
"cursorTime",
|
||||
"defaultSaveTTL",
|
||||
"defaultTTL",
|
||||
"delegate",
|
||||
"diskUsage",
|
||||
"dispatchState",
|
||||
"doneProgress",
|
||||
"earliestTime",
|
||||
"isDone",
|
||||
"isFailed",
|
||||
"isFinalized",
|
||||
"isPaused",
|
||||
"isSaved",
|
||||
"isSavedSearch",
|
||||
"label",
|
||||
"sid",
|
||||
"statusBuckets",
|
||||
"ttl",
|
||||
"messages",
|
||||
"request",
|
||||
"runtime",
|
||||
"searchProviders",
|
||||
"entryUrl"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"preview": {
|
||||
"type": "boolean"
|
||||
"fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"init_offset": {
|
||||
"type": "integer"
|
||||
@@ -12,33 +20,18 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"text"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"results": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -47,10 +40,10 @@
|
||||
"_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"attack": {
|
||||
"app": {
|
||||
"type": "string"
|
||||
},
|
||||
"app": {
|
||||
"attack": {
|
||||
"type": "string"
|
||||
},
|
||||
"dest_ip": {
|
||||
@@ -59,6 +52,9 @@
|
||||
"dest_port": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_path": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -85,19 +81,10 @@
|
||||
},
|
||||
"transport": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"preview",
|
||||
"init_offset",
|
||||
"messages",
|
||||
"results"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user