diff --git a/openapi/components/requests/CreateAvatarRequest.yaml b/openapi/components/requests/CreateAvatarRequest.yaml index 3145484f..be34ce05 100644 --- a/openapi/components/requests/CreateAvatarRequest.yaml +++ b/openapi/components/requests/CreateAvatarRequest.yaml @@ -31,6 +31,11 @@ properties: description: Enabling featured tag requires Admin Credentials. unityPackageUrl: type: string + unityVersion: + type: string + minLength: 1 + default: 5.3.4p1 + example: 2022.3.6f1 required: - name - imageUrl diff --git a/openapi/components/requests/CreateWorldRequest.yaml b/openapi/components/requests/CreateWorldRequest.yaml index 388b1782..152e6fe2 100644 --- a/openapi/components/requests/CreateWorldRequest.yaml +++ b/openapi/components/requests/CreateWorldRequest.yaml @@ -43,7 +43,7 @@ properties: type: string minLength: 1 default: 5.3.4p1 - example: 2018.4.20f1 + example: 2022.3.6f1 required: - assetUrl - imageUrl diff --git a/openapi/components/requests/UpdateAvatarRequest.yaml b/openapi/components/requests/UpdateAvatarRequest.yaml index 07b650b3..2dfba2f9 100644 --- a/openapi/components/requests/UpdateAvatarRequest.yaml +++ b/openapi/components/requests/UpdateAvatarRequest.yaml @@ -30,4 +30,9 @@ properties: x-internal: true description: Enabling featured tag requires Admin Credentials. unityPackageUrl: - type: string \ No newline at end of file + type: string + unityVersion: + type: string + minLength: 1 + default: 5.3.4p1 + example: 2022.3.6f1 \ No newline at end of file diff --git a/openapi/components/requests/UpdateWorldRequest.yaml b/openapi/components/requests/UpdateWorldRequest.yaml index 37407820..610914e7 100644 --- a/openapi/components/requests/UpdateWorldRequest.yaml +++ b/openapi/components/requests/UpdateWorldRequest.yaml @@ -41,4 +41,4 @@ properties: type: string minLength: 1 default: 5.3.4p1 - example: 2018.4.20f1 \ No newline at end of file + example: 2022.3.6f1 \ No newline at end of file diff --git a/openapi/components/schemas/LimitedUnityPackage.yaml b/openapi/components/schemas/LimitedUnityPackage.yaml index a261de6f..a5789559 100644 --- a/openapi/components/schemas/LimitedUnityPackage.yaml +++ b/openapi/components/schemas/LimitedUnityPackage.yaml @@ -3,7 +3,7 @@ properties: platform: $ref: ./Platform.yaml unityVersion: - example: 2018.4.14f1 + example: 2022.3.6f1 minLength: 1 type: string required: diff --git a/openapi/components/schemas/UnityPackage.yaml b/openapi/components/schemas/UnityPackage.yaml index 64cf9bbf..2816964e 100644 --- a/openapi/components/schemas/UnityPackage.yaml +++ b/openapi/components/schemas/UnityPackage.yaml @@ -9,7 +9,7 @@ example: pluginUrl: '' pluginUrlObject: {} unitySortNumber: 20180414000 - unityVersion: 2018.4.14f1 + unityVersion: 2022.3.6f1 properties: id: $ref: ./UnityPackageID.yaml @@ -37,7 +37,7 @@ properties: format: int64 unityVersion: default: 5.3.4p1 - example: 2018.4.12f1 + example: 2022.3.6f1 minLength: 1 type: string impostorUrl: