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:
299
packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json
vendored
Normal file
299
packages/nodes-base/nodes/Splunk/__schema__/v2.0.0/search/create.json
vendored
Normal file
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"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",
|
||||
"search.log",
|
||||
"events",
|
||||
"results",
|
||||
"results_preview",
|
||||
"timeline",
|
||||
"summary",
|
||||
"control"
|
||||
]
|
||||
},
|
||||
"published": {
|
||||
"type": "string"
|
||||
},
|
||||
"author": {
|
||||
"type": "string"
|
||||
},
|
||||
"acl": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"perms": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"read": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"write": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"cursorTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"defaultSaveTTL": {
|
||||
"type": "string"
|
||||
},
|
||||
"defaultTTL": {
|
||||
"type": "string"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "string"
|
||||
},
|
||||
"diskUsage": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dispatchState": {
|
||||
"type": "string"
|
||||
},
|
||||
"doneProgress": {
|
||||
"type": "integer"
|
||||
},
|
||||
"earliestTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDone": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isFailed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isFinalized": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isPaused": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSaved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSavedSearch": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isZombie": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"pid": {
|
||||
"type": "string"
|
||||
},
|
||||
"sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusBuckets": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ttl": {
|
||||
"type": "integer"
|
||||
},
|
||||
"request": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"search": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"search"
|
||||
]
|
||||
},
|
||||
"runtime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto_cancel": {
|
||||
"type": "string"
|
||||
},
|
||||
"auto_pause": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"auto_cancel",
|
||||
"auto_pause"
|
||||
]
|
||||
},
|
||||
"entryUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"bundleVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
"isEventsPreviewEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isPreviewEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"numPreviews": {
|
||||
"type": "integer"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
"provenance": {
|
||||
"type": "string"
|
||||
},
|
||||
"resultPreviewCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sampleRatio": {
|
||||
"type": "string"
|
||||
},
|
||||
"sampleSeed": {
|
||||
"type": "string"
|
||||
},
|
||||
"search": {
|
||||
"type": "string"
|
||||
},
|
||||
"performance": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"startup.configuration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"duration_secs": {
|
||||
"type": "number"
|
||||
},
|
||||
"invocations": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_secs",
|
||||
"invocations"
|
||||
]
|
||||
},
|
||||
"startup.handoff": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"duration_secs": {
|
||||
"type": "number"
|
||||
},
|
||||
"invocations": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_secs",
|
||||
"invocations"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"updated",
|
||||
"links",
|
||||
"published",
|
||||
"author",
|
||||
"acl",
|
||||
"cursorTime",
|
||||
"defaultSaveTTL",
|
||||
"defaultTTL",
|
||||
"delegate",
|
||||
"diskUsage",
|
||||
"dispatchState",
|
||||
"doneProgress",
|
||||
"earliestTime",
|
||||
"isDone",
|
||||
"isFailed",
|
||||
"isFinalized",
|
||||
"isPaused",
|
||||
"isSaved",
|
||||
"isSavedSearch",
|
||||
"isZombie",
|
||||
"label",
|
||||
"sid",
|
||||
"statusBuckets",
|
||||
"ttl",
|
||||
"messages",
|
||||
"request",
|
||||
"runtime",
|
||||
"searchProviders",
|
||||
"entryUrl"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user