mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json
vendored
Normal file
44
packages/nodes-base/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"blobType": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentLength": {
|
||||
"type": "integer"
|
||||
},
|
||||
"contentMD5": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"creationTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModified": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseState": {
|
||||
"type": "string"
|
||||
},
|
||||
"leaseStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"serverEncrypted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user