Start tracking cloud support for games

This commit is contained in:
mtkennerly 2024-05-31 23:36:47 -04:00
parent 5a8369af1e
commit adf4da57c6
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
8 changed files with 2027 additions and 31 deletions

View file

@ -107,3 +107,16 @@ additionalProperties:
the current entry's title can be used as a nickname to look up the other game.
The other fields in the current entry should be ignored.
type: string
cloud:
type: object
properties:
epic:
type: boolean
gog:
type: boolean
origin:
type: boolean
steam:
type: boolean
uplay:
type: boolean