mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
52
packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json
vendored
Normal file
52
packages/nodes-base/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@odata.context": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"shareId": {
|
||||
"type": "string"
|
||||
},
|
||||
"hasPassword": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"link": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"preventsDownload": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"webUrl"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"@odata.context",
|
||||
"id",
|
||||
"roles",
|
||||
"shareId",
|
||||
"hasPassword",
|
||||
"link"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user