#47: Add notes field

This commit is contained in:
mtkennerly 2024-07-17 12:14:57 -04:00
parent d02ba065b7
commit 516022ae90
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 18 additions and 0 deletions

View file

@ -135,3 +135,12 @@ additionalProperties:
type: boolean
uplay:
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

View file

@ -120,3 +120,12 @@ additionalProperties:
type: boolean
uplay:
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