Skip to content

Commit

Permalink
fix: adding alpha property (#156)
Browse files Browse the repository at this point in the history
* fix: adding alpha property

* fix CI

---------

Co-authored-by: Hugo Arregui <[email protected]>
  • Loading branch information
pentreathm and Hugo Arregui authored Apr 29, 2024
1 parent ad74ad8 commit cb4f351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
SDK_TEAM_AWS_ID: ${{ secrets.SDK_TEAM_AWS_ID }}
SDK_TEAM_AWS_SECRET: ${{ secrets.SDK_TEAM_AWS_SECRET }}
SDK_TEAM_S3_BASE_URL: ${{ secrets.SDK_TEAM_S3_BASE_URL }}
SDK_TEAM_AWS_REGION: ${{ secrets.SDK_TEAM_AWS_REGION }}
6 changes: 6 additions & 0 deletions openapi/components/schemas/lambdas/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ properties:
type: number
b:
type: number
a:
type: number
hair:
type: object
properties:
Expand All @@ -59,6 +61,8 @@ properties:
type: number
b:
type: number
a:
type: number
skin:
type: object
properties:
Expand All @@ -71,6 +75,8 @@ properties:
type: number
b:
type: number
a:
type: number
wearables:
type: array
items:
Expand Down

0 comments on commit cb4f351

Please sign in to comment.