Skip to content

Commit

Permalink
Add PerformanceRating to UnityPackage (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
eai04191 authored Sep 23, 2024
1 parent 451f0cd commit 5443942
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/components/schemas/PerformanceRatings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: string
title: PerformanceRatings
example: Excellent
enum:
- None
- Excellent
- Good
- Medium
- Poor
- VeryPoor
description: Avatar Performance ratings.
2 changes: 2 additions & 0 deletions openapi/components/schemas/UnityPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ properties:
impostorizerVersion:
type: string
example: 0.17.0
performanceRating:
$ref: ./PerformanceRatings.yaml
platform:
$ref: ./Platform.yaml
pluginUrl:
Expand Down

0 comments on commit 5443942

Please sign in to comment.