Skip to content

Commit 936669b

Browse files
committed
remove unused schema
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
1 parent 503237c commit 936669b

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

api/openapi-spec/v1.0.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,31 +4016,6 @@ paths:
40164016
$ref: '#/components/responses/error'
40174017
components:
40184018
schemas:
4019-
profilePhotoMetaData:
4020-
type: object
4021-
properties:
4022-
"@odata.context":
4023-
type: string
4024-
description: The OData context URL for the resource.
4025-
"@odata.id":
4026-
type: string
4027-
description: The OData ID URL for the resource.
4028-
"@odata.mediaContentType":
4029-
type: string
4030-
description: The media content type of the resource.
4031-
"@odata.mediaEtag":
4032-
type: string
4033-
description: The ETag for the resource.
4034-
id:
4035-
type: string
4036-
description: The unique identifier for an entity. Read-only.
4037-
readOnly: true
4038-
width:
4039-
type: integer
4040-
description: The width of the photo in pixels.
4041-
height:
4042-
type: integer
4043-
description: The height of the photo in pixels.
40444019
tagAssignment:
40454020
type: object
40464021
required:

0 commit comments

Comments
 (0)