#47: Add notes field
This commit is contained in:
parent
d02ba065b7
commit
516022ae90
2 changed files with 18 additions and 0 deletions
|
@ -135,3 +135,12 @@ additionalProperties:
|
||||||
type: boolean
|
type: boolean
|
||||||
uplay:
|
uplay:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
notes:
|
||||||
|
description: |
|
||||||
|
Notes may be displayed along with the game in scan results to provide additional information.
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
|
|
|
@ -120,3 +120,12 @@ additionalProperties:
|
||||||
type: boolean
|
type: boolean
|
||||||
uplay:
|
uplay:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
notes:
|
||||||
|
description: |
|
||||||
|
Notes may be displayed along with the game in scan results to provide additional information.
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
|
|
Reference in a new issue