🐜 fix(db): Add partial controller_support

This commit is contained in:
Wanjohi
2025-05-11 05:03:57 +03:00
parent 0cc9effdec
commit cc2065299d
6 changed files with 1277 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export namespace BaseGame {
example: Examples.BaseGame.primaryGenre
}),
controllerSupport: z.enum(ControllerEnum.enumValues).openapi({
description: "Indicates the level of gamepad/controller compatibility: 'Full', 'Partial', or null for no support",
description: "Indicates the level of gamepad/controller compatibility: 'Full', 'Partial', or 'Unkown' for no support",
example: Examples.BaseGame.controllerSupport
}),
compatibility: z.enum(CompatibilityEnum.enumValues).openapi({