Split steamId into an object and add --unchecked flag
This commit is contained in:
parent
f2a461f1a0
commit
d715380e0b
9 changed files with 471 additions and 193 deletions
|
@ -50,5 +50,8 @@ additionalProperties:
|
|||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/RegistryConstraint"
|
||||
steamId:
|
||||
type: integer
|
||||
steam:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
Reference in a new issue