Merge pull request #17 from sluedecke/feature/16-gog-id-in-manifest
Feature/16 gog id in manifest
This commit is contained in:
commit
c333c13d97
4 changed files with 22 additions and 0 deletions
|
@ -100,3 +100,8 @@ additionalProperties:
|
|||
properties:
|
||||
id:
|
||||
type: integer
|
||||
gog:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
|
@ -81,3 +81,8 @@ additionalProperties:
|
|||
properties:
|
||||
id:
|
||||
type: integer
|
||||
gog:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
Reference in a new issue