@@ -291,8 +291,8 @@ components:
291
291
schemas :
292
292
drive :
293
293
description : The user's HomeDrive. Read-only.
294
- nullable : false
295
294
readOnly : true
295
+ type : object
296
296
allOf :
297
297
- $ref : ' #/components/schemas/baseItem'
298
298
- type : object
@@ -314,16 +314,15 @@ components:
314
314
readOnly : true
315
315
root :
316
316
$ref : ' #/components/schemas/driveItem'
317
-
318
317
baseItem :
318
+ type : object
319
319
allOf :
320
320
- $ref : ' #/components/schemas/entity'
321
321
- type : object
322
322
properties :
323
323
createdBy :
324
324
$ref : ' #/components/schemas/identitySet'
325
325
description : ' Identity of the user, device, or application which created the item. Read-only.'
326
- nullable : false
327
326
readOnly : true
328
327
createdDateTime :
329
328
pattern : ' ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?([Zz]|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -386,7 +385,6 @@ components:
386
385
identitySet :
387
386
type : object
388
387
description : Optional. User account.
389
- nullable : false
390
388
properties :
391
389
application :
392
390
$ref : ' #/components/schemas/identity'
@@ -411,6 +409,7 @@ components:
411
409
type : string
412
410
description : Unique identifier for the identity.
413
411
user :
412
+ type : object
414
413
allOf :
415
414
- $ref : ' #/components/schemas/directoryObject'
416
415
- type : object
@@ -575,8 +574,8 @@ components:
575
574
nullable : false
576
575
driveItem :
577
576
description : Reprensents a resource inside a drive. Read-only.
578
- nullable : false
579
577
readOnly : true
578
+ type : object
580
579
allOf :
581
580
- $ref : ' #/components/schemas/baseItem'
582
581
- type : object
@@ -623,7 +622,6 @@ components:
623
622
deleted :
624
623
type : object
625
624
description : Information about the deleted state of the item. Read-only.
626
- nullable : false
627
625
readOnly : true
628
626
properties :
629
627
state :
@@ -633,7 +631,6 @@ components:
633
631
openGraphFile :
634
632
type : object
635
633
description : ' File metadata, if the item is a file. Read-only.'
636
- nullable : false
637
634
readOnly : true
638
635
properties :
639
636
hashes :
@@ -649,7 +646,6 @@ components:
649
646
fileSystemInfo :
650
647
type : object
651
648
description : File system information on client. Read-write.
652
- nullable : false
653
649
properties :
654
650
createdDateTime :
655
651
pattern : ' ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?([Zz]|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -672,7 +668,6 @@ components:
672
668
folder :
673
669
type : object
674
670
description : ' Folder metadata, if the item is a folder. Read-only.'
675
- nullable : false
676
671
readOnly : true
677
672
properties :
678
673
childCount :
@@ -686,7 +681,6 @@ components:
686
681
image :
687
682
type : object
688
683
description : ' Image metadata, if the item is an image. Read-only.'
689
- nullable : false
690
684
readOnly : true
691
685
properties :
692
686
height :
@@ -706,8 +700,8 @@ components:
706
700
root :
707
701
type : object
708
702
description : ' If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.'
709
- nullable : false
710
703
directoryObject :
704
+ type : object
711
705
allOf :
712
706
- $ref : ' #/components/schemas/entity'
713
707
- type : object
@@ -721,7 +715,6 @@ components:
721
715
quota :
722
716
type : object
723
717
description : Optional. Information about the drive's storage space quota. Read-only.
724
- nullable : false
725
718
readOnly : true
726
719
properties :
727
720
deleted :
@@ -756,7 +749,6 @@ components:
756
749
hashes :
757
750
type : object
758
751
description : ' Hashes of the file'' s binary content, if available. Read-only.'
759
- nullable : false
760
752
readOnly : true
761
753
properties :
762
754
crc32Hash :
@@ -781,7 +773,6 @@ components:
781
773
folderView :
782
774
type : object
783
775
description : A collection of properties defining the recommended view for the folder.
784
- nullable : false
785
776
properties :
786
777
sortBy :
787
778
type : string
0 commit comments