From 516022ae90104968c25544fd5d0ab784c0a8a33e Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Wed, 17 Jul 2024 12:14:57 -0400 Subject: [PATCH] #47: Add notes field --- data/schema.strict.yaml | 9 +++++++++ data/schema.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/data/schema.strict.yaml b/data/schema.strict.yaml index 17b4b9fd..146d086d 100644 --- a/data/schema.strict.yaml +++ b/data/schema.strict.yaml @@ -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 diff --git a/data/schema.yaml b/data/schema.yaml index 368f09dd..d7a03e60 100644 --- a/data/schema.yaml +++ b/data/schema.yaml @@ -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