Skip to content

Commit ef7349e

Browse files
committed
remove type
1 parent b58859c commit ef7349e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/openapi-spec/v0.0.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ components:
292292
drive:
293293
description: Storage Space. Read-only.
294294
readOnly: true
295-
type: object
296295
allOf:
297296
- $ref: '#/components/schemas/baseItem'
298297
- $ref: '#/components/schemas/driveInline'
@@ -410,7 +409,7 @@ components:
410409
type: string
411410
description: Unique identifier for the identity.
412411
user:
413-
type: object
412+
description: Represents an Active Directory user object.
414413
allOf:
415414
- $ref: '#/components/schemas/directoryObject'
416415
- $ref: '#/components/schemas/userInline'
@@ -542,7 +541,6 @@ components:
542541
description: A collection of drives available for this user. Read-only.
543542
maxItems: 100
544543
readOnly: true
545-
description: Represents an Active Directory user object.
546544
itemReference:
547545
type: object
548546
properties:
@@ -578,7 +576,6 @@ components:
578576
driveItem:
579577
description: Reprensents a resource inside a drive. Read-only.
580578
readOnly: true
581-
type: object
582579
allOf:
583580
- $ref: '#/components/schemas/baseItem'
584581
- $ref: '#/components/schemas/driveItemInline'
@@ -706,7 +703,6 @@ components:
706703
type: object
707704
description: 'If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.'
708705
directoryObject:
709-
type: object
710706
description: Represents an Active Directory object. The directoryObject type is the base type for many other directory entity types.
711707
allOf:
712708
- $ref: '#/components/schemas/entity'

0 commit comments

Comments
 (0)