mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
111
packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json
vendored
Normal file
111
packages/nodes-base/nodes/Google/CloudStorage/__schema__/v1.0.0/bucket/getAll.json
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"projectNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"metageneration": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeCreated": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"softDeletePolicy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"retentionDurationSeconds": {
|
||||
"type": "string"
|
||||
},
|
||||
"effectiveTime": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"retentionDurationSeconds"
|
||||
]
|
||||
},
|
||||
"iamConfiguration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bucketPolicyOnly": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lockedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"enabled"
|
||||
]
|
||||
},
|
||||
"uniformBucketLevelAccess": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lockedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"enabled"
|
||||
]
|
||||
},
|
||||
"publicAccessPrevention": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"bucketPolicyOnly",
|
||||
"uniformBucketLevelAccess",
|
||||
"publicAccessPrevention"
|
||||
]
|
||||
},
|
||||
"locationType": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"kind",
|
||||
"selfLink",
|
||||
"id",
|
||||
"name",
|
||||
"projectNumber",
|
||||
"metageneration",
|
||||
"location",
|
||||
"storageClass",
|
||||
"etag",
|
||||
"timeCreated",
|
||||
"updated",
|
||||
"softDeletePolicy",
|
||||
"locationType"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user