@lanes-sh/link 0.6.11 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -45
- package/instructions/skills/lanes-link/SKILL.md +25 -0
- package/package.json +3 -2
- package/src/audit/conformance.ts +1 -1
- package/src/cli/argv.ts +14 -1
- package/src/cli/commands/connect/acquire.ts +100 -0
- package/src/cli/commands/connect/custom/index.ts +1 -1
- package/src/cli/commands/connect/declare.ts +19 -0
- package/src/cli/commands/connect/index.ts +54 -56
- package/src/cli/commands/connect/requirements.ts +23 -1
- package/src/cli/commands/connect/setup.ts +1 -1
- package/src/cli/commands/connect/variables.ts +220 -0
- package/src/cli/commands/knowledge/index.ts +22 -4
- package/src/cli/commands/knowledge/migrate.ts +61 -43
- package/src/cli/commands/operate/tools.ts +1 -1
- package/src/cli/commands/owner/entities.ts +244 -0
- package/src/cli/commands/owner/shared.ts +14 -0
- package/src/cli/commands/owner/vault.ts +2 -2
- package/src/cli/commands/owner.ts +13 -3
- package/src/cli/commands/setup.ts +12 -0
- package/src/cli/config-edit.ts +16 -6
- package/src/cli/config-repair.ts +10 -0
- package/src/cli/dispatch-owner.ts +30 -1
- package/src/cli/main.ts +2 -1
- package/src/cli/runtime/open.ts +14 -7
- package/src/cli/runtime/registry.ts +6 -1
- package/src/cli/selection.ts +11 -0
- package/src/cli/usage.ts +13 -2
- package/src/connectivity/auth/strategy/index.ts +1 -1
- package/src/connectivity/capability.ts +1 -1
- package/src/connectivity/context.ts +1 -1
- package/src/connectivity/index.ts +1 -1
- package/src/connectivity/mail/attachments.ts +42 -73
- package/src/connectivity/mail/content-type.ts +71 -0
- package/src/connectivity/mail/index.ts +1 -1
- package/src/connectivity/manifest/provider.ts +50 -0
- package/src/connectivity/manifest/variables.ts +173 -0
- package/src/connectivity/transports/factory.ts +74 -1
- package/src/connectivity/transports/http/index.ts +8 -2
- package/src/connectivity/transports/http/keys.ts +83 -0
- package/src/connectivity/transports/imap/attachment.ts +53 -10
- package/src/connectivity/transports/imap/capabilities.ts +28 -0
- package/src/connectivity/transports/imap/download.ts +111 -0
- package/src/connectivity/transports/imap/index.ts +13 -0
- package/src/connectivity/transports/imap/operations.ts +1 -0
- package/src/deployments/adapters/s3.ts +1 -1
- package/src/deployments/gcp/provision.ts +1 -1
- package/src/deployments/knowledge.ts +44 -18
- package/src/deployments/prepare.ts +1 -1
- package/src/deployments/serving.ts +1 -1
- package/src/dispatch/dispatch.ts +17 -10
- package/src/dispatch/staging.ts +76 -1
- package/src/profile/knowledge.ts +19 -11
- package/src/profile/schema.ts +2 -2
- package/src/providers/README.md +189 -0
- package/src/providers/airtable/index.ts +10 -0
- package/src/providers/algolia/index.ts +10 -0
- package/src/providers/amplitude/index.ts +10 -0
- package/src/providers/apify/index.ts +10 -0
- package/src/providers/asana/index.ts +10 -0
- package/src/providers/assets/provider.ts +11 -4
- package/src/providers/atlassian/index.ts +19 -0
- package/src/providers/attio/index.ts +10 -0
- package/src/providers/betterstack/index.ts +10 -0
- package/src/providers/box/index.ts +64 -0
- package/src/providers/brightdata/index.ts +10 -0
- package/src/providers/buildkite/index.ts +10 -0
- package/src/providers/bunq/index.ts +2 -2
- package/src/providers/calendly/index.ts +10 -0
- package/src/providers/canva/index.ts +10 -0
- package/src/providers/circleci/index.ts +10 -0
- package/src/providers/clickup/index.ts +10 -0
- package/src/providers/close/index.ts +10 -0
- package/src/providers/cloudflare_bindings/index.ts +14 -0
- package/src/providers/cloudflare_observability/index.ts +10 -0
- package/src/providers/contentful/index.ts +10 -0
- package/src/providers/custom/load.ts +1 -1
- package/src/providers/datadog/index.ts +10 -0
- package/src/providers/discord/index.ts +1 -1
- package/src/providers/discord/specs/discord.v10.json +0 -88
- package/src/providers/discord/specs/vendor.ts +1 -1
- package/src/providers/dropbox/index.ts +10 -0
- package/src/providers/entities/catalogue.ts +366 -0
- package/src/providers/entities/find.ts +279 -0
- package/src/providers/entities/provider.ts +334 -0
- package/src/providers/entities/render.ts +142 -0
- package/src/providers/entities/store.ts +276 -0
- package/src/providers/entities/writes.ts +279 -0
- package/src/providers/example/provider.ts +1 -1
- package/src/providers/expensify/index.ts +10 -0
- package/src/providers/fastmail/calendar/index.ts +21 -0
- package/src/providers/fastmail/contacts/index.ts +17 -0
- package/src/providers/fastmail/index.ts +4 -0
- package/src/providers/fastmail/mail/index.ts +38 -0
- package/src/providers/fastmail/shared/setup.ts +52 -0
- package/src/providers/figma/index.ts +10 -0
- package/src/providers/fireflies/index.ts +10 -0
- package/src/providers/flagsmith/index.ts +10 -0
- package/src/providers/gamma/index.ts +10 -0
- package/src/providers/github/index.ts +2 -2
- package/src/providers/google/gmail/attachment.ts +16 -1
- package/src/providers/google/gmail-imap/index.ts +7 -2
- package/src/providers/google/shared/oauth.ts +1 -1
- package/src/providers/google/shared/service-account.ts +1 -1
- package/src/providers/google/shared/setup.ts +1 -1
- package/src/providers/google/specs/calendar.v3.json +0 -32
- package/src/providers/google/specs/docs.v1.json +0 -76
- package/src/providers/google/specs/drive.v3.json +0 -32
- package/src/providers/google/specs/gmail.v1.json +0 -76
- package/src/providers/google/specs/people.v1.json +0 -77
- package/src/providers/google/specs/sheets.v4.json +0 -76
- package/src/providers/google/specs/tasks.v1.json +0 -76
- package/src/providers/grafana/index.ts +10 -0
- package/src/providers/heroku/index.ts +10 -0
- package/src/providers/hubspot/index.ts +75 -0
- package/src/providers/hygraph/index.ts +10 -0
- package/src/providers/icloud/mail/index.ts +5 -0
- package/src/providers/icloud/shared/setup.ts +1 -1
- package/src/providers/index.ts +255 -0
- package/src/providers/insightly/index.ts +10 -0
- package/src/providers/jam/index.ts +10 -0
- package/src/providers/klaviyo/index.ts +10 -0
- package/src/providers/mailbox/index.ts +87 -0
- package/src/providers/memory/provider.ts +3 -8
- package/src/providers/mercury/index.ts +10 -0
- package/src/providers/microsoft/calendar/index.ts +49 -0
- package/src/providers/microsoft/contacts/index.ts +50 -0
- package/src/providers/microsoft/drive/index.ts +62 -0
- package/src/providers/microsoft/index.ts +12 -0
- package/src/providers/microsoft/mail/index.ts +76 -0
- package/src/providers/microsoft/shared/oauth.ts +58 -0
- package/src/providers/microsoft/shared/scopes.ts +56 -0
- package/src/providers/microsoft/shared/setup.ts +45 -0
- package/src/providers/microsoft/specs/microsoft-todo.v1.json +755 -0
- package/src/providers/microsoft/specs/onedrive.v1.json +993 -0
- package/src/providers/microsoft/specs/outlook-calendar.v1.json +1743 -0
- package/src/providers/microsoft/specs/outlook-contacts.v1.json +430 -0
- package/src/providers/microsoft/specs/outlook-mail.v1.json +901 -0
- package/src/providers/microsoft/specs/vendor.ts +232 -0
- package/src/providers/microsoft/todo/index.ts +54 -0
- package/src/providers/miro/index.ts +10 -0
- package/src/providers/mixpanel/index.ts +10 -0
- package/src/providers/monday/index.ts +10 -0
- package/src/providers/mux/index.ts +10 -0
- package/src/providers/navan/index.ts +10 -0
- package/src/providers/neon/index.ts +10 -0
- package/src/providers/netlify/index.ts +10 -0
- package/src/providers/nextcloud/calendar/index.ts +28 -0
- package/src/providers/nextcloud/contacts/index.ts +18 -0
- package/src/providers/nextcloud/index.ts +3 -0
- package/src/providers/nextcloud/shared/setup.ts +59 -0
- package/src/providers/owner.ts +15 -3
- package/src/providers/paddle/index.ts +10 -0
- package/src/providers/paypal/index.ts +10 -0
- package/src/providers/posthog/index.ts +10 -0
- package/src/providers/prisma/index.ts +10 -0
- package/src/providers/ramp/index.ts +10 -0
- package/src/providers/recurly/index.ts +10 -0
- package/src/providers/reddit/index.ts +1 -1
- package/src/providers/remote/index.ts +10 -0
- package/src/providers/render/index.ts +35 -0
- package/src/providers/replicate/index.ts +10 -0
- package/src/providers/resend/index.ts +10 -0
- package/src/providers/riverside/index.ts +10 -0
- package/src/providers/rootly/index.ts +10 -0
- package/src/providers/rudderstack/index.ts +10 -0
- package/src/providers/salesloft/index.ts +10 -0
- package/src/providers/sanity/index.ts +10 -0
- package/src/providers/scopes.ts +2 -0
- package/src/providers/sentry/index.ts +10 -0
- package/src/providers/setup/plan.ts +11 -0
- package/src/providers/setup/provider.ts +12 -0
- package/src/providers/shared/openapi.ts +70 -0
- package/src/providers/shared/slug.ts +28 -0
- package/src/providers/shared/vendor-operations.ts +43 -1
- package/src/providers/shared/vendor-spec.ts +98 -17
- package/src/providers/shortcut/index.ts +10 -0
- package/src/providers/slack/index.ts +2 -2
- package/src/providers/square/index.ts +10 -0
- package/src/providers/storyblok/index.ts +10 -0
- package/src/providers/stripe/index.ts +10 -0
- package/src/providers/supabase/index.ts +10 -0
- package/src/providers/tasks/store.ts +2 -7
- package/src/providers/tavily/index.ts +10 -0
- package/src/providers/todoist/index.ts +10 -0
- package/src/providers/untested.ts +105 -0
- package/src/providers/vault/provider.ts +1 -1
- package/src/providers/vercel/index.ts +10 -0
- package/src/providers/vimeo/index.ts +10 -0
- package/src/providers/webflow/index.ts +10 -0
- package/src/providers/whimsical/index.ts +10 -0
- package/src/providers/wix/index.ts +10 -0
- package/src/providers/workable/index.ts +10 -0
- package/src/providers/yahoo_mail/index.ts +73 -0
- package/src/providers/zapier/index.ts +10 -0
- package/src/providers/zoho_mail/index.ts +79 -0
- package/src/secrets/document.ts +1 -1
- package/src/server/attachments.ts +129 -5
- package/src/server/index.ts +3 -3
- package/src/server/mcp/instructions.ts +88 -18
- package/src/server/stdio.ts +1 -1
|
@@ -0,0 +1,993 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.0.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"contact": {
|
|
5
|
+
"x-twitter": "microsoft"
|
|
6
|
+
},
|
|
7
|
+
"description": "This OData service is located at https://graph.microsoft.com/v1.0",
|
|
8
|
+
"title": "OData Service for namespace microsoft.graph",
|
|
9
|
+
"version": "1.0.1",
|
|
10
|
+
"x-apisguru-categories": [
|
|
11
|
+
"developer_tools"
|
|
12
|
+
],
|
|
13
|
+
"x-logo": {
|
|
14
|
+
"url": "https://api.apis.guru/v2/cache/logo/https_twitter.com_microsoft_profile_image.png"
|
|
15
|
+
},
|
|
16
|
+
"x-ms-generated-by": {
|
|
17
|
+
"toolName": "Microsoft.OpenApi.OData",
|
|
18
|
+
"toolVersion": "1.0.9.0"
|
|
19
|
+
},
|
|
20
|
+
"x-origin": [
|
|
21
|
+
{
|
|
22
|
+
"format": "openapi",
|
|
23
|
+
"url": "https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml",
|
|
24
|
+
"version": "3.0"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"x-providerName": "microsoft.com",
|
|
28
|
+
"x-serviceName": "graph",
|
|
29
|
+
"x-tags": [
|
|
30
|
+
"Microsoft"
|
|
31
|
+
],
|
|
32
|
+
"x-preferred": true,
|
|
33
|
+
"x-vendored-from": "https://api.apis.guru/v2/specs/microsoft.com/graph/1.0.1/openapi.json",
|
|
34
|
+
"x-vendored-note": "Trimmed by src/providers/microsoft/specs/vendor.ts. Committed deliberately: a spec decides which paths are called with the operator token, so it must be reviewable rather than fetched at connect time."
|
|
35
|
+
},
|
|
36
|
+
"servers": [
|
|
37
|
+
{
|
|
38
|
+
"url": "https://graph.microsoft.com/v1.0"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"paths": {
|
|
42
|
+
"/drives/{drive-id}/items/{driveItem-id}": {
|
|
43
|
+
"description": "Provides operations to manage the items property of the microsoft.graph.drive entity.",
|
|
44
|
+
"get": {
|
|
45
|
+
"description": "All items contained in the drive. Read-only. Nullable.",
|
|
46
|
+
"operationId": "drives.GetItems",
|
|
47
|
+
"parameters": [
|
|
48
|
+
{
|
|
49
|
+
"description": "key: id of drive",
|
|
50
|
+
"in": "path",
|
|
51
|
+
"name": "drive-id",
|
|
52
|
+
"required": true,
|
|
53
|
+
"schema": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"x-ms-docs-key-type": "drive"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"description": "key: id of driveItem",
|
|
60
|
+
"in": "path",
|
|
61
|
+
"name": "driveItem-id",
|
|
62
|
+
"required": true,
|
|
63
|
+
"schema": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
"x-ms-docs-key-type": "driveItem"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"description": "Select properties to be returned",
|
|
70
|
+
"explode": false,
|
|
71
|
+
"in": "query",
|
|
72
|
+
"name": "$select",
|
|
73
|
+
"schema": {
|
|
74
|
+
"items": {
|
|
75
|
+
"enum": [
|
|
76
|
+
"id",
|
|
77
|
+
"createdBy",
|
|
78
|
+
"createdDateTime",
|
|
79
|
+
"description",
|
|
80
|
+
"eTag",
|
|
81
|
+
"lastModifiedBy",
|
|
82
|
+
"lastModifiedDateTime",
|
|
83
|
+
"name",
|
|
84
|
+
"parentReference",
|
|
85
|
+
"webUrl",
|
|
86
|
+
"audio",
|
|
87
|
+
"bundle",
|
|
88
|
+
"content",
|
|
89
|
+
"cTag",
|
|
90
|
+
"deleted",
|
|
91
|
+
"file",
|
|
92
|
+
"fileSystemInfo",
|
|
93
|
+
"folder",
|
|
94
|
+
"image",
|
|
95
|
+
"location",
|
|
96
|
+
"malware",
|
|
97
|
+
"package",
|
|
98
|
+
"pendingOperations",
|
|
99
|
+
"photo",
|
|
100
|
+
"publication",
|
|
101
|
+
"remoteItem",
|
|
102
|
+
"root",
|
|
103
|
+
"searchResult",
|
|
104
|
+
"shared",
|
|
105
|
+
"sharepointIds",
|
|
106
|
+
"size",
|
|
107
|
+
"specialFolder",
|
|
108
|
+
"video",
|
|
109
|
+
"webDavUrl",
|
|
110
|
+
"createdByUser",
|
|
111
|
+
"lastModifiedByUser",
|
|
112
|
+
"workbook",
|
|
113
|
+
"analytics",
|
|
114
|
+
"children",
|
|
115
|
+
"listItem",
|
|
116
|
+
"permissions",
|
|
117
|
+
"subscriptions",
|
|
118
|
+
"thumbnails",
|
|
119
|
+
"versions"
|
|
120
|
+
],
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
"type": "array",
|
|
124
|
+
"uniqueItems": true
|
|
125
|
+
},
|
|
126
|
+
"style": "form"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"responses": {
|
|
130
|
+
"200": {
|
|
131
|
+
"description": "Success. The response body is returned verbatim."
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"summary": "Get items from drives",
|
|
135
|
+
"tags": [
|
|
136
|
+
"drives.driveItem"
|
|
137
|
+
],
|
|
138
|
+
"x-ms-docs-operation-type": "operation"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"/drives/{drive-id}/items/{driveItem-id}/children": {
|
|
142
|
+
"description": "Provides operations to manage the children property of the microsoft.graph.driveItem entity.",
|
|
143
|
+
"get": {
|
|
144
|
+
"description": "Return a collection of DriveItems in the **children** relationship of a DriveItem. DriveItems with a non-null **folder** or **package** facet can have one or more child DriveItems.",
|
|
145
|
+
"externalDocs": {
|
|
146
|
+
"description": "Find more info here",
|
|
147
|
+
"url": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
|
|
148
|
+
},
|
|
149
|
+
"operationId": "drives.items.ListChildren",
|
|
150
|
+
"parameters": [
|
|
151
|
+
{
|
|
152
|
+
"description": "key: id of drive",
|
|
153
|
+
"in": "path",
|
|
154
|
+
"name": "drive-id",
|
|
155
|
+
"required": true,
|
|
156
|
+
"schema": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"x-ms-docs-key-type": "drive"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"description": "key: id of driveItem",
|
|
163
|
+
"in": "path",
|
|
164
|
+
"name": "driveItem-id",
|
|
165
|
+
"required": true,
|
|
166
|
+
"schema": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"x-ms-docs-key-type": "driveItem"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"$ref": "#/components/parameters/top"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"$ref": "#/components/parameters/search"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"$ref": "#/components/parameters/filter"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"description": "Order items by property values",
|
|
182
|
+
"explode": false,
|
|
183
|
+
"in": "query",
|
|
184
|
+
"name": "$orderby",
|
|
185
|
+
"schema": {
|
|
186
|
+
"items": {
|
|
187
|
+
"enum": [
|
|
188
|
+
"id",
|
|
189
|
+
"id desc",
|
|
190
|
+
"createdBy",
|
|
191
|
+
"createdBy desc",
|
|
192
|
+
"createdDateTime",
|
|
193
|
+
"createdDateTime desc",
|
|
194
|
+
"description",
|
|
195
|
+
"description desc",
|
|
196
|
+
"eTag",
|
|
197
|
+
"eTag desc",
|
|
198
|
+
"lastModifiedBy",
|
|
199
|
+
"lastModifiedBy desc",
|
|
200
|
+
"lastModifiedDateTime",
|
|
201
|
+
"lastModifiedDateTime desc",
|
|
202
|
+
"name",
|
|
203
|
+
"name desc",
|
|
204
|
+
"parentReference",
|
|
205
|
+
"parentReference desc",
|
|
206
|
+
"webUrl",
|
|
207
|
+
"webUrl desc",
|
|
208
|
+
"audio",
|
|
209
|
+
"audio desc",
|
|
210
|
+
"bundle",
|
|
211
|
+
"bundle desc",
|
|
212
|
+
"content",
|
|
213
|
+
"content desc",
|
|
214
|
+
"cTag",
|
|
215
|
+
"cTag desc",
|
|
216
|
+
"deleted",
|
|
217
|
+
"deleted desc",
|
|
218
|
+
"file",
|
|
219
|
+
"file desc",
|
|
220
|
+
"fileSystemInfo",
|
|
221
|
+
"fileSystemInfo desc",
|
|
222
|
+
"folder",
|
|
223
|
+
"folder desc",
|
|
224
|
+
"image",
|
|
225
|
+
"image desc",
|
|
226
|
+
"location",
|
|
227
|
+
"location desc",
|
|
228
|
+
"malware",
|
|
229
|
+
"malware desc",
|
|
230
|
+
"package",
|
|
231
|
+
"package desc",
|
|
232
|
+
"pendingOperations",
|
|
233
|
+
"pendingOperations desc",
|
|
234
|
+
"photo",
|
|
235
|
+
"photo desc",
|
|
236
|
+
"publication",
|
|
237
|
+
"publication desc",
|
|
238
|
+
"remoteItem",
|
|
239
|
+
"remoteItem desc",
|
|
240
|
+
"root",
|
|
241
|
+
"root desc",
|
|
242
|
+
"searchResult",
|
|
243
|
+
"searchResult desc",
|
|
244
|
+
"shared",
|
|
245
|
+
"shared desc",
|
|
246
|
+
"sharepointIds",
|
|
247
|
+
"sharepointIds desc",
|
|
248
|
+
"size",
|
|
249
|
+
"size desc",
|
|
250
|
+
"specialFolder",
|
|
251
|
+
"specialFolder desc",
|
|
252
|
+
"video",
|
|
253
|
+
"video desc",
|
|
254
|
+
"webDavUrl",
|
|
255
|
+
"webDavUrl desc"
|
|
256
|
+
],
|
|
257
|
+
"type": "string"
|
|
258
|
+
},
|
|
259
|
+
"type": "array",
|
|
260
|
+
"uniqueItems": true
|
|
261
|
+
},
|
|
262
|
+
"style": "form"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"description": "Select properties to be returned",
|
|
266
|
+
"explode": false,
|
|
267
|
+
"in": "query",
|
|
268
|
+
"name": "$select",
|
|
269
|
+
"schema": {
|
|
270
|
+
"items": {
|
|
271
|
+
"enum": [
|
|
272
|
+
"id",
|
|
273
|
+
"createdBy",
|
|
274
|
+
"createdDateTime",
|
|
275
|
+
"description",
|
|
276
|
+
"eTag",
|
|
277
|
+
"lastModifiedBy",
|
|
278
|
+
"lastModifiedDateTime",
|
|
279
|
+
"name",
|
|
280
|
+
"parentReference",
|
|
281
|
+
"webUrl",
|
|
282
|
+
"audio",
|
|
283
|
+
"bundle",
|
|
284
|
+
"content",
|
|
285
|
+
"cTag",
|
|
286
|
+
"deleted",
|
|
287
|
+
"file",
|
|
288
|
+
"fileSystemInfo",
|
|
289
|
+
"folder",
|
|
290
|
+
"image",
|
|
291
|
+
"location",
|
|
292
|
+
"malware",
|
|
293
|
+
"package",
|
|
294
|
+
"pendingOperations",
|
|
295
|
+
"photo",
|
|
296
|
+
"publication",
|
|
297
|
+
"remoteItem",
|
|
298
|
+
"root",
|
|
299
|
+
"searchResult",
|
|
300
|
+
"shared",
|
|
301
|
+
"sharepointIds",
|
|
302
|
+
"size",
|
|
303
|
+
"specialFolder",
|
|
304
|
+
"video",
|
|
305
|
+
"webDavUrl",
|
|
306
|
+
"createdByUser",
|
|
307
|
+
"lastModifiedByUser",
|
|
308
|
+
"workbook",
|
|
309
|
+
"analytics",
|
|
310
|
+
"children",
|
|
311
|
+
"listItem",
|
|
312
|
+
"permissions",
|
|
313
|
+
"subscriptions",
|
|
314
|
+
"thumbnails",
|
|
315
|
+
"versions"
|
|
316
|
+
],
|
|
317
|
+
"type": "string"
|
|
318
|
+
},
|
|
319
|
+
"type": "array",
|
|
320
|
+
"uniqueItems": true
|
|
321
|
+
},
|
|
322
|
+
"style": "form"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"responses": {
|
|
326
|
+
"200": {
|
|
327
|
+
"description": "Success. The response body is returned verbatim."
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"summary": "List children of a driveItem",
|
|
331
|
+
"tags": [
|
|
332
|
+
"drives.driveItem"
|
|
333
|
+
],
|
|
334
|
+
"x-ms-docs-operation-type": "operation",
|
|
335
|
+
"x-ms-pageable": {
|
|
336
|
+
"nextLinkName": "@odata.nextLink",
|
|
337
|
+
"operationName": "listMore"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"post": {
|
|
341
|
+
"externalDocs": {
|
|
342
|
+
"description": "Find more info here",
|
|
343
|
+
"url": "https://docs.microsoft.com/graph/api/driveitem-post-children?view=graph-rest-1.0"
|
|
344
|
+
},
|
|
345
|
+
"operationId": "drives.items.CreateChildren",
|
|
346
|
+
"requestBody": {
|
|
347
|
+
"content": {
|
|
348
|
+
"application/json": {
|
|
349
|
+
"schema": {
|
|
350
|
+
"type": "object",
|
|
351
|
+
"description": "The fields this call writes. A message carries far more, and the rest is computed by Graph rather than set here.",
|
|
352
|
+
"properties": {
|
|
353
|
+
"name": {
|
|
354
|
+
"description": "The name of the item. Read-write.",
|
|
355
|
+
"nullable": true,
|
|
356
|
+
"type": "string"
|
|
357
|
+
},
|
|
358
|
+
"folder": {
|
|
359
|
+
"anyOf": [
|
|
360
|
+
{
|
|
361
|
+
"$ref": "#/components/schemas/microsoft.graph.folder"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"nullable": true,
|
|
365
|
+
"type": "object"
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"description": "Folder metadata, if the item is a folder. Read-only."
|
|
369
|
+
},
|
|
370
|
+
"file": {
|
|
371
|
+
"anyOf": [
|
|
372
|
+
{
|
|
373
|
+
"$ref": "#/components/schemas/microsoft.graph.file"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"nullable": true,
|
|
377
|
+
"type": "object"
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"description": "File metadata, if the item is a file. Read-only."
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"required": [
|
|
384
|
+
"name",
|
|
385
|
+
"folder",
|
|
386
|
+
"file"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"description": "New navigation property",
|
|
392
|
+
"required": true
|
|
393
|
+
},
|
|
394
|
+
"responses": {
|
|
395
|
+
"200": {
|
|
396
|
+
"description": "Success. The response body is returned verbatim."
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"summary": "Create new navigation property to children for drives",
|
|
400
|
+
"tags": [
|
|
401
|
+
"drives.driveItem"
|
|
402
|
+
],
|
|
403
|
+
"x-ms-docs-operation-type": "operation",
|
|
404
|
+
"parameters": [
|
|
405
|
+
{
|
|
406
|
+
"description": "key: id of drive",
|
|
407
|
+
"in": "path",
|
|
408
|
+
"name": "drive-id",
|
|
409
|
+
"required": true,
|
|
410
|
+
"schema": {
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"x-ms-docs-key-type": "drive"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"description": "key: id of driveItem",
|
|
417
|
+
"in": "path",
|
|
418
|
+
"name": "driveItem-id",
|
|
419
|
+
"required": true,
|
|
420
|
+
"schema": {
|
|
421
|
+
"type": "string"
|
|
422
|
+
},
|
|
423
|
+
"x-ms-docs-key-type": "driveItem"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"/drives/{drive-id}/items/{driveItem-id}/content": {
|
|
429
|
+
"description": "Provides operations to manage the media for the drive entity.",
|
|
430
|
+
"get": {
|
|
431
|
+
"description": "The content stream, if the item represents a file.",
|
|
432
|
+
"operationId": "drives.GetItemsContent",
|
|
433
|
+
"responses": {
|
|
434
|
+
"200": {
|
|
435
|
+
"description": "Success. The response body is returned verbatim."
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"summary": "Get content for the navigation property items from drives",
|
|
439
|
+
"tags": [
|
|
440
|
+
"drives.driveItem"
|
|
441
|
+
],
|
|
442
|
+
"x-ms-docs-operation-type": "operation",
|
|
443
|
+
"parameters": [
|
|
444
|
+
{
|
|
445
|
+
"description": "key: id of drive",
|
|
446
|
+
"in": "path",
|
|
447
|
+
"name": "drive-id",
|
|
448
|
+
"required": true,
|
|
449
|
+
"schema": {
|
|
450
|
+
"type": "string"
|
|
451
|
+
},
|
|
452
|
+
"x-ms-docs-key-type": "drive"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"description": "key: id of driveItem",
|
|
456
|
+
"in": "path",
|
|
457
|
+
"name": "driveItem-id",
|
|
458
|
+
"required": true,
|
|
459
|
+
"schema": {
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
"x-ms-docs-key-type": "driveItem"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.search(q='{q}')": {
|
|
468
|
+
"description": "Provides operations to call the search method.",
|
|
469
|
+
"get": {
|
|
470
|
+
"operationId": "drives.drive.items.driveItem.search",
|
|
471
|
+
"parameters": [
|
|
472
|
+
{
|
|
473
|
+
"description": "key: id of drive",
|
|
474
|
+
"in": "path",
|
|
475
|
+
"name": "drive-id",
|
|
476
|
+
"required": true,
|
|
477
|
+
"schema": {
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
480
|
+
"x-ms-docs-key-type": "drive"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"description": "key: id of driveItem",
|
|
484
|
+
"in": "path",
|
|
485
|
+
"name": "driveItem-id",
|
|
486
|
+
"required": true,
|
|
487
|
+
"schema": {
|
|
488
|
+
"type": "string"
|
|
489
|
+
},
|
|
490
|
+
"x-ms-docs-key-type": "driveItem"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"description": "Usage: q='{q}'",
|
|
494
|
+
"in": "path",
|
|
495
|
+
"name": "q",
|
|
496
|
+
"required": true,
|
|
497
|
+
"schema": {
|
|
498
|
+
"nullable": true,
|
|
499
|
+
"type": "string"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"$ref": "#/components/parameters/top"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"$ref": "#/components/parameters/search"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"$ref": "#/components/parameters/filter"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"description": "Select properties to be returned",
|
|
513
|
+
"explode": false,
|
|
514
|
+
"in": "query",
|
|
515
|
+
"name": "$select",
|
|
516
|
+
"schema": {
|
|
517
|
+
"items": {
|
|
518
|
+
"enum": [
|
|
519
|
+
"id",
|
|
520
|
+
"createdBy",
|
|
521
|
+
"createdDateTime",
|
|
522
|
+
"description",
|
|
523
|
+
"eTag",
|
|
524
|
+
"lastModifiedBy",
|
|
525
|
+
"lastModifiedDateTime",
|
|
526
|
+
"name",
|
|
527
|
+
"parentReference",
|
|
528
|
+
"webUrl",
|
|
529
|
+
"audio",
|
|
530
|
+
"bundle",
|
|
531
|
+
"content",
|
|
532
|
+
"cTag",
|
|
533
|
+
"deleted",
|
|
534
|
+
"file",
|
|
535
|
+
"fileSystemInfo",
|
|
536
|
+
"folder",
|
|
537
|
+
"image",
|
|
538
|
+
"location",
|
|
539
|
+
"malware",
|
|
540
|
+
"package",
|
|
541
|
+
"pendingOperations",
|
|
542
|
+
"photo",
|
|
543
|
+
"publication",
|
|
544
|
+
"remoteItem",
|
|
545
|
+
"root",
|
|
546
|
+
"searchResult",
|
|
547
|
+
"shared",
|
|
548
|
+
"sharepointIds",
|
|
549
|
+
"size",
|
|
550
|
+
"specialFolder",
|
|
551
|
+
"video",
|
|
552
|
+
"webDavUrl",
|
|
553
|
+
"createdByUser",
|
|
554
|
+
"lastModifiedByUser",
|
|
555
|
+
"workbook",
|
|
556
|
+
"analytics",
|
|
557
|
+
"children",
|
|
558
|
+
"listItem",
|
|
559
|
+
"permissions",
|
|
560
|
+
"subscriptions",
|
|
561
|
+
"thumbnails",
|
|
562
|
+
"versions"
|
|
563
|
+
],
|
|
564
|
+
"type": "string"
|
|
565
|
+
},
|
|
566
|
+
"type": "array",
|
|
567
|
+
"uniqueItems": true
|
|
568
|
+
},
|
|
569
|
+
"style": "form"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"description": "Order items by property values",
|
|
573
|
+
"explode": false,
|
|
574
|
+
"in": "query",
|
|
575
|
+
"name": "$orderby",
|
|
576
|
+
"schema": {
|
|
577
|
+
"items": {
|
|
578
|
+
"enum": [
|
|
579
|
+
"id",
|
|
580
|
+
"id desc",
|
|
581
|
+
"createdBy",
|
|
582
|
+
"createdBy desc",
|
|
583
|
+
"createdDateTime",
|
|
584
|
+
"createdDateTime desc",
|
|
585
|
+
"description",
|
|
586
|
+
"description desc",
|
|
587
|
+
"eTag",
|
|
588
|
+
"eTag desc",
|
|
589
|
+
"lastModifiedBy",
|
|
590
|
+
"lastModifiedBy desc",
|
|
591
|
+
"lastModifiedDateTime",
|
|
592
|
+
"lastModifiedDateTime desc",
|
|
593
|
+
"name",
|
|
594
|
+
"name desc",
|
|
595
|
+
"parentReference",
|
|
596
|
+
"parentReference desc",
|
|
597
|
+
"webUrl",
|
|
598
|
+
"webUrl desc",
|
|
599
|
+
"audio",
|
|
600
|
+
"audio desc",
|
|
601
|
+
"bundle",
|
|
602
|
+
"bundle desc",
|
|
603
|
+
"content",
|
|
604
|
+
"content desc",
|
|
605
|
+
"cTag",
|
|
606
|
+
"cTag desc",
|
|
607
|
+
"deleted",
|
|
608
|
+
"deleted desc",
|
|
609
|
+
"file",
|
|
610
|
+
"file desc",
|
|
611
|
+
"fileSystemInfo",
|
|
612
|
+
"fileSystemInfo desc",
|
|
613
|
+
"folder",
|
|
614
|
+
"folder desc",
|
|
615
|
+
"image",
|
|
616
|
+
"image desc",
|
|
617
|
+
"location",
|
|
618
|
+
"location desc",
|
|
619
|
+
"malware",
|
|
620
|
+
"malware desc",
|
|
621
|
+
"package",
|
|
622
|
+
"package desc",
|
|
623
|
+
"pendingOperations",
|
|
624
|
+
"pendingOperations desc",
|
|
625
|
+
"photo",
|
|
626
|
+
"photo desc",
|
|
627
|
+
"publication",
|
|
628
|
+
"publication desc",
|
|
629
|
+
"remoteItem",
|
|
630
|
+
"remoteItem desc",
|
|
631
|
+
"root",
|
|
632
|
+
"root desc",
|
|
633
|
+
"searchResult",
|
|
634
|
+
"searchResult desc",
|
|
635
|
+
"shared",
|
|
636
|
+
"shared desc",
|
|
637
|
+
"sharepointIds",
|
|
638
|
+
"sharepointIds desc",
|
|
639
|
+
"size",
|
|
640
|
+
"size desc",
|
|
641
|
+
"specialFolder",
|
|
642
|
+
"specialFolder desc",
|
|
643
|
+
"video",
|
|
644
|
+
"video desc",
|
|
645
|
+
"webDavUrl",
|
|
646
|
+
"webDavUrl desc"
|
|
647
|
+
],
|
|
648
|
+
"type": "string"
|
|
649
|
+
},
|
|
650
|
+
"type": "array",
|
|
651
|
+
"uniqueItems": true
|
|
652
|
+
},
|
|
653
|
+
"style": "form"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"responses": {
|
|
657
|
+
"200": {
|
|
658
|
+
"description": "Success. The response body is returned verbatim."
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"summary": "Invoke function search",
|
|
662
|
+
"tags": [
|
|
663
|
+
"drives.Functions"
|
|
664
|
+
],
|
|
665
|
+
"x-ms-docs-operation-type": "function",
|
|
666
|
+
"x-ms-pageable": {
|
|
667
|
+
"nextLinkName": "@odata.nextLink",
|
|
668
|
+
"operationName": "listMore"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"x-ms-docs-grouped-path": [
|
|
672
|
+
"/drives/{drive-id}/microsoft.graph.search(q='{q}')"
|
|
673
|
+
]
|
|
674
|
+
},
|
|
675
|
+
"/drives/{drive-id}/root": {
|
|
676
|
+
"description": "Provides operations to manage the root property of the microsoft.graph.drive entity.",
|
|
677
|
+
"get": {
|
|
678
|
+
"description": "Retrieve the metadata for a driveItem in a drive by file system path or ID.\n`item-id` is the ID of a driveItem. It may also be the unique ID of a SharePoint list item.",
|
|
679
|
+
"externalDocs": {
|
|
680
|
+
"description": "Find more info here",
|
|
681
|
+
"url": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
|
|
682
|
+
},
|
|
683
|
+
"operationId": "drives.GetRoot",
|
|
684
|
+
"parameters": [
|
|
685
|
+
{
|
|
686
|
+
"description": "key: id of drive",
|
|
687
|
+
"in": "path",
|
|
688
|
+
"name": "drive-id",
|
|
689
|
+
"required": true,
|
|
690
|
+
"schema": {
|
|
691
|
+
"type": "string"
|
|
692
|
+
},
|
|
693
|
+
"x-ms-docs-key-type": "drive"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"description": "Select properties to be returned",
|
|
697
|
+
"explode": false,
|
|
698
|
+
"in": "query",
|
|
699
|
+
"name": "$select",
|
|
700
|
+
"schema": {
|
|
701
|
+
"items": {
|
|
702
|
+
"enum": [
|
|
703
|
+
"id",
|
|
704
|
+
"createdBy",
|
|
705
|
+
"createdDateTime",
|
|
706
|
+
"description",
|
|
707
|
+
"eTag",
|
|
708
|
+
"lastModifiedBy",
|
|
709
|
+
"lastModifiedDateTime",
|
|
710
|
+
"name",
|
|
711
|
+
"parentReference",
|
|
712
|
+
"webUrl",
|
|
713
|
+
"audio",
|
|
714
|
+
"bundle",
|
|
715
|
+
"content",
|
|
716
|
+
"cTag",
|
|
717
|
+
"deleted",
|
|
718
|
+
"file",
|
|
719
|
+
"fileSystemInfo",
|
|
720
|
+
"folder",
|
|
721
|
+
"image",
|
|
722
|
+
"location",
|
|
723
|
+
"malware",
|
|
724
|
+
"package",
|
|
725
|
+
"pendingOperations",
|
|
726
|
+
"photo",
|
|
727
|
+
"publication",
|
|
728
|
+
"remoteItem",
|
|
729
|
+
"root",
|
|
730
|
+
"searchResult",
|
|
731
|
+
"shared",
|
|
732
|
+
"sharepointIds",
|
|
733
|
+
"size",
|
|
734
|
+
"specialFolder",
|
|
735
|
+
"video",
|
|
736
|
+
"webDavUrl",
|
|
737
|
+
"createdByUser",
|
|
738
|
+
"lastModifiedByUser",
|
|
739
|
+
"workbook",
|
|
740
|
+
"analytics",
|
|
741
|
+
"children",
|
|
742
|
+
"listItem",
|
|
743
|
+
"permissions",
|
|
744
|
+
"subscriptions",
|
|
745
|
+
"thumbnails",
|
|
746
|
+
"versions"
|
|
747
|
+
],
|
|
748
|
+
"type": "string"
|
|
749
|
+
},
|
|
750
|
+
"type": "array",
|
|
751
|
+
"uniqueItems": true
|
|
752
|
+
},
|
|
753
|
+
"style": "form"
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
"responses": {
|
|
757
|
+
"200": {
|
|
758
|
+
"description": "Success. The response body is returned verbatim."
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"summary": "Get a driveItem resource",
|
|
762
|
+
"tags": [
|
|
763
|
+
"drives.driveItem"
|
|
764
|
+
],
|
|
765
|
+
"x-ms-docs-operation-type": "operation"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"/me/drive": {
|
|
769
|
+
"description": "Provides operations to manage the drive property of the microsoft.graph.user entity.",
|
|
770
|
+
"get": {
|
|
771
|
+
"description": "Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.",
|
|
772
|
+
"externalDocs": {
|
|
773
|
+
"description": "Find more info here",
|
|
774
|
+
"url": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0"
|
|
775
|
+
},
|
|
776
|
+
"operationId": "me.GetDrive",
|
|
777
|
+
"parameters": [
|
|
778
|
+
{
|
|
779
|
+
"description": "Select properties to be returned",
|
|
780
|
+
"explode": false,
|
|
781
|
+
"in": "query",
|
|
782
|
+
"name": "$select",
|
|
783
|
+
"schema": {
|
|
784
|
+
"items": {
|
|
785
|
+
"enum": [
|
|
786
|
+
"id",
|
|
787
|
+
"createdBy",
|
|
788
|
+
"createdDateTime",
|
|
789
|
+
"description",
|
|
790
|
+
"eTag",
|
|
791
|
+
"lastModifiedBy",
|
|
792
|
+
"lastModifiedDateTime",
|
|
793
|
+
"name",
|
|
794
|
+
"parentReference",
|
|
795
|
+
"webUrl",
|
|
796
|
+
"driveType",
|
|
797
|
+
"owner",
|
|
798
|
+
"quota",
|
|
799
|
+
"sharePointIds",
|
|
800
|
+
"system",
|
|
801
|
+
"createdByUser",
|
|
802
|
+
"lastModifiedByUser",
|
|
803
|
+
"bundles",
|
|
804
|
+
"following",
|
|
805
|
+
"items",
|
|
806
|
+
"list",
|
|
807
|
+
"root",
|
|
808
|
+
"special"
|
|
809
|
+
],
|
|
810
|
+
"type": "string"
|
|
811
|
+
},
|
|
812
|
+
"type": "array",
|
|
813
|
+
"uniqueItems": true
|
|
814
|
+
},
|
|
815
|
+
"style": "form"
|
|
816
|
+
}
|
|
817
|
+
],
|
|
818
|
+
"responses": {
|
|
819
|
+
"200": {
|
|
820
|
+
"description": "Success. The response body is returned verbatim."
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"summary": "Get Drive",
|
|
824
|
+
"tags": [
|
|
825
|
+
"me.drive"
|
|
826
|
+
],
|
|
827
|
+
"x-ms-docs-operation-type": "operation"
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"components": {
|
|
832
|
+
"parameters": {
|
|
833
|
+
"filter": {
|
|
834
|
+
"description": "Filter items by property values",
|
|
835
|
+
"explode": false,
|
|
836
|
+
"in": "query",
|
|
837
|
+
"name": "$filter",
|
|
838
|
+
"schema": {
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
"style": "form"
|
|
842
|
+
},
|
|
843
|
+
"search": {
|
|
844
|
+
"description": "Search items by search phrases",
|
|
845
|
+
"explode": false,
|
|
846
|
+
"in": "query",
|
|
847
|
+
"name": "$search",
|
|
848
|
+
"schema": {
|
|
849
|
+
"type": "string"
|
|
850
|
+
},
|
|
851
|
+
"style": "form"
|
|
852
|
+
},
|
|
853
|
+
"top": {
|
|
854
|
+
"description": "Show only the first n items",
|
|
855
|
+
"example": 50,
|
|
856
|
+
"explode": false,
|
|
857
|
+
"in": "query",
|
|
858
|
+
"name": "$top",
|
|
859
|
+
"schema": {
|
|
860
|
+
"minimum": 0,
|
|
861
|
+
"type": "integer"
|
|
862
|
+
},
|
|
863
|
+
"style": "form"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"schemas": {
|
|
867
|
+
"microsoft.graph.file": {
|
|
868
|
+
"properties": {
|
|
869
|
+
"@odata.type": {
|
|
870
|
+
"type": "string"
|
|
871
|
+
},
|
|
872
|
+
"hashes": {
|
|
873
|
+
"anyOf": [
|
|
874
|
+
{
|
|
875
|
+
"$ref": "#/components/schemas/microsoft.graph.hashes"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"nullable": true,
|
|
879
|
+
"type": "object"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"description": "Hashes of the file's binary content, if available. Read-only."
|
|
883
|
+
},
|
|
884
|
+
"mimeType": {
|
|
885
|
+
"description": "The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.",
|
|
886
|
+
"nullable": true,
|
|
887
|
+
"type": "string"
|
|
888
|
+
},
|
|
889
|
+
"processingMetadata": {
|
|
890
|
+
"nullable": true,
|
|
891
|
+
"type": "boolean"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"required": [
|
|
895
|
+
"@odata.type"
|
|
896
|
+
],
|
|
897
|
+
"title": "file",
|
|
898
|
+
"type": "object"
|
|
899
|
+
},
|
|
900
|
+
"microsoft.graph.folder": {
|
|
901
|
+
"properties": {
|
|
902
|
+
"@odata.type": {
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
"childCount": {
|
|
906
|
+
"description": "Number of children contained immediately within this container.",
|
|
907
|
+
"format": "int32",
|
|
908
|
+
"maximum": 2147483647,
|
|
909
|
+
"minimum": -2147483648,
|
|
910
|
+
"nullable": true,
|
|
911
|
+
"type": "integer"
|
|
912
|
+
},
|
|
913
|
+
"view": {
|
|
914
|
+
"anyOf": [
|
|
915
|
+
{
|
|
916
|
+
"$ref": "#/components/schemas/microsoft.graph.folderView"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"nullable": true,
|
|
920
|
+
"type": "object"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"description": "A collection of properties defining the recommended view for the folder."
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"required": [
|
|
927
|
+
"@odata.type"
|
|
928
|
+
],
|
|
929
|
+
"title": "folder",
|
|
930
|
+
"type": "object"
|
|
931
|
+
},
|
|
932
|
+
"microsoft.graph.folderView": {
|
|
933
|
+
"properties": {
|
|
934
|
+
"@odata.type": {
|
|
935
|
+
"type": "string"
|
|
936
|
+
},
|
|
937
|
+
"sortBy": {
|
|
938
|
+
"description": "The method by which the folder should be sorted.",
|
|
939
|
+
"nullable": true,
|
|
940
|
+
"type": "string"
|
|
941
|
+
},
|
|
942
|
+
"sortOrder": {
|
|
943
|
+
"description": "If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.",
|
|
944
|
+
"nullable": true,
|
|
945
|
+
"type": "string"
|
|
946
|
+
},
|
|
947
|
+
"viewType": {
|
|
948
|
+
"description": "The type of view that should be used to represent the folder.",
|
|
949
|
+
"nullable": true,
|
|
950
|
+
"type": "string"
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"required": [
|
|
954
|
+
"@odata.type"
|
|
955
|
+
],
|
|
956
|
+
"title": "folderView",
|
|
957
|
+
"type": "object"
|
|
958
|
+
},
|
|
959
|
+
"microsoft.graph.hashes": {
|
|
960
|
+
"properties": {
|
|
961
|
+
"@odata.type": {
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
"crc32Hash": {
|
|
965
|
+
"description": "The CRC32 value of the file in little endian (if available). Read-only.",
|
|
966
|
+
"nullable": true,
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"quickXorHash": {
|
|
970
|
+
"description": "A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.",
|
|
971
|
+
"nullable": true,
|
|
972
|
+
"type": "string"
|
|
973
|
+
},
|
|
974
|
+
"sha1Hash": {
|
|
975
|
+
"description": "SHA1 hash for the contents of the file (if available). Read-only.",
|
|
976
|
+
"nullable": true,
|
|
977
|
+
"type": "string"
|
|
978
|
+
},
|
|
979
|
+
"sha256Hash": {
|
|
980
|
+
"description": "SHA256 hash for the contents of the file (if available). Read-only.",
|
|
981
|
+
"nullable": true,
|
|
982
|
+
"type": "string"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"required": [
|
|
986
|
+
"@odata.type"
|
|
987
|
+
],
|
|
988
|
+
"title": "hashes",
|
|
989
|
+
"type": "object"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
}
|