From 544394292fbbb0180177f12c280ea51a2e0353c3 Mon Sep 17 00:00:00 2001 From: "y.takahashi" Date: Tue, 24 Sep 2024 00:36:00 +0900 Subject: [PATCH] Add PerformanceRating to UnityPackage (#388) --- openapi/components/schemas/PerformanceRatings.yaml | 11 +++++++++++ openapi/components/schemas/UnityPackage.yaml | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 openapi/components/schemas/PerformanceRatings.yaml diff --git a/openapi/components/schemas/PerformanceRatings.yaml b/openapi/components/schemas/PerformanceRatings.yaml new file mode 100644 index 0000000..1cdcacc --- /dev/null +++ b/openapi/components/schemas/PerformanceRatings.yaml @@ -0,0 +1,11 @@ +type: string +title: PerformanceRatings +example: Excellent +enum: + - None + - Excellent + - Good + - Medium + - Poor + - VeryPoor +description: Avatar Performance ratings. diff --git a/openapi/components/schemas/UnityPackage.yaml b/openapi/components/schemas/UnityPackage.yaml index 207a4a8..5002b8a 100644 --- a/openapi/components/schemas/UnityPackage.yaml +++ b/openapi/components/schemas/UnityPackage.yaml @@ -20,6 +20,8 @@ properties: impostorizerVersion: type: string example: 0.17.0 + performanceRating: + $ref: ./PerformanceRatings.yaml platform: $ref: ./Platform.yaml pluginUrl: