mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"CreationDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreationDate": {
|
||||
"Name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Key": {
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumAlgorithm": {
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
|
||||
@@ -7,16 +7,16 @@
|
||||
"xmlns": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"xmlns"
|
||||
]
|
||||
}
|
||||
},
|
||||
"LastModified": {
|
||||
"ChecksumCRC64NVME": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Key": {
|
||||
"ChecksumAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumAlgorithm": {
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
@@ -23,12 +23,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Key",
|
||||
"LastModified",
|
||||
"ETag",
|
||||
"Size",
|
||||
"StorageClass"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,28 +7,25 @@
|
||||
"xmlns": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"xmlns"
|
||||
]
|
||||
},
|
||||
"Location": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"Bucket": {
|
||||
"type": "string"
|
||||
},
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumCRC64NVME": {
|
||||
"type": "string"
|
||||
},
|
||||
"ChecksumType": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"Location": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -5,8 +5,5 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"Key": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"ETag": {
|
||||
"type": "string"
|
||||
},
|
||||
"Size": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -17,12 +17,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Key",
|
||||
"LastModified",
|
||||
"ETag",
|
||||
"Size",
|
||||
"StorageClass"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user