From 2dec388431b24b82212d48dc1ceace71c8541cdc Mon Sep 17 00:00:00 2001 From: jellejurre Date: Sun, 10 Nov 2024 18:35:59 +0100 Subject: [PATCH] Add avatar styles --- openapi/components/schemas/Avatar.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openapi/components/schemas/Avatar.yaml b/openapi/components/schemas/Avatar.yaml index 67d2ee73..49cd5306 100644 --- a/openapi/components/schemas/Avatar.yaml +++ b/openapi/components/schemas/Avatar.yaml @@ -33,6 +33,19 @@ properties: type: string releaseStatus: $ref: ./ReleaseStatus.yaml + styles: + type: object + properties: + primary: + type: string + nullable: true + secondary: + type: string + nullable: true + supplementary: + type: array + items: + type: string tags: description: ' ' items: @@ -74,6 +87,7 @@ required: - imageUrl - name - releaseStatus + - styles - tags - thumbnailImageUrl - unityPackages