From 7b9a4688bbbe9d3119aafbc384127b08c8c613e2 Mon Sep 17 00:00:00 2001 From: Miner28_3 Date: Thu, 28 Dec 2023 19:29:10 +0100 Subject: [PATCH] FIx UnityPackage nullable fields --- openapi/components/schemas/UnityPackage.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/components/schemas/UnityPackage.yaml b/openapi/components/schemas/UnityPackage.yaml index 29047d14..64cf9bbf 100644 --- a/openapi/components/schemas/UnityPackage.yaml +++ b/openapi/components/schemas/UnityPackage.yaml @@ -16,6 +16,7 @@ properties: assetUrl: minLength: 1 type: string + nullable: true assetUrlObject: type: object assetVersion: @@ -41,6 +42,7 @@ properties: type: string impostorUrl: type: string + nullable: true scanStatus: type: string required: