Start tracking cloud support for games
This commit is contained in:
parent
5a8369af1e
commit
adf4da57c6
8 changed files with 2027 additions and 31 deletions
|
@ -122,3 +122,16 @@ additionalProperties:
|
|||
type: integer
|
||||
alias:
|
||||
type: string
|
||||
cloud:
|
||||
type: object
|
||||
properties:
|
||||
epic:
|
||||
type: boolean
|
||||
gog:
|
||||
type: boolean
|
||||
origin:
|
||||
type: boolean
|
||||
steam:
|
||||
type: boolean
|
||||
uplay:
|
||||
type: boolean
|
||||
|
|
Reference in a new issue