Skip to content

Commit

Permalink
FIx UnityPackage nullable fields (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner28 authored Dec 28, 2023
1 parent 46aaca8 commit 4a87e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/components/schemas/UnityPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ properties:
assetUrl:
minLength: 1
type: string
nullable: true
assetUrlObject:
type: object
assetVersion:
Expand All @@ -41,6 +42,7 @@ properties:
type: string
impostorUrl:
type: string
nullable: true
scanStatus:
type: string
required:
Expand Down

0 comments on commit 4a87e10

Please sign in to comment.