From cb4f351ab25f46e01e0d9d09987db5b4b25d2cd2 Mon Sep 17 00:00:00 2001 From: pentreathm Date: Mon, 29 Apr 2024 13:48:07 -0300 Subject: [PATCH] fix: adding alpha property (#156) * fix: adding alpha property * fix CI --------- Co-authored-by: Hugo Arregui --- .github/workflows/build-and-test.yml | 1 + openapi/components/schemas/lambdas/profile.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c2f9ab8..9941671 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 }} diff --git a/openapi/components/schemas/lambdas/profile.yaml b/openapi/components/schemas/lambdas/profile.yaml index 310d679..8df4d01 100644 --- a/openapi/components/schemas/lambdas/profile.yaml +++ b/openapi/components/schemas/lambdas/profile.yaml @@ -47,6 +47,8 @@ properties: type: number b: type: number + a: + type: number hair: type: object properties: @@ -59,6 +61,8 @@ properties: type: number b: type: number + a: + type: number skin: type: object properties: @@ -71,6 +75,8 @@ properties: type: number b: type: number + a: + type: number wearables: type: array items: