Skip to content

Commit

Permalink
Add avatar styles (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre authored Nov 11, 2024
1 parent 75e0771 commit 2c9ebeb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi/components/schemas/Avatar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -74,6 +87,7 @@ required:
- imageUrl
- name
- releaseStatus
- styles
- tags
- thumbnailImageUrl
- unityPackages
Expand Down

0 comments on commit 2c9ebeb

Please sign in to comment.