File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,6 @@ components:
292
292
drive :
293
293
description : Storage Space. Read-only.
294
294
readOnly : true
295
- type : object
296
295
allOf :
297
296
- $ref : ' #/components/schemas/baseItem'
298
297
- $ref : ' #/components/schemas/driveInline'
@@ -410,7 +409,7 @@ components:
410
409
type : string
411
410
description : Unique identifier for the identity.
412
411
user :
413
- type : object
412
+ description : Represents an Active Directory user object.
414
413
allOf :
415
414
- $ref : ' #/components/schemas/directoryObject'
416
415
- $ref : ' #/components/schemas/userInline'
@@ -542,7 +541,6 @@ components:
542
541
description : A collection of drives available for this user. Read-only.
543
542
maxItems : 100
544
543
readOnly : true
545
- description : Represents an Active Directory user object.
546
544
itemReference :
547
545
type : object
548
546
properties :
@@ -578,7 +576,6 @@ components:
578
576
driveItem :
579
577
description : Reprensents a resource inside a drive. Read-only.
580
578
readOnly : true
581
- type : object
582
579
allOf :
583
580
- $ref : ' #/components/schemas/baseItem'
584
581
- $ref : ' #/components/schemas/driveItemInline'
@@ -706,7 +703,6 @@ components:
706
703
type : object
707
704
description : ' If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.'
708
705
directoryObject :
709
- type : object
710
706
description : Represents an Active Directory object. The directoryObject type is the base type for many other directory entity types.
711
707
allOf :
712
708
- $ref : ' #/components/schemas/entity'
You can’t perform that action at this time.
0 commit comments