From f76cd630ded23a40ae7016c2b641d4c02d0729fd Mon Sep 17 00:00:00 2001 From: Will Binns Date: Tue, 13 Aug 2019 16:50:16 -0600 Subject: [PATCH] schemas/wallets: Add features and new user classification --- quality-assurance/schemas/wallets.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/quality-assurance/schemas/wallets.yaml b/quality-assurance/schemas/wallets.yaml index 53717b90..ca9b8a13 100644 --- a/quality-assurance/schemas/wallets.yaml +++ b/quality-assurance/schemas/wallets.yaml @@ -36,6 +36,12 @@ properties: type: string minLength: 1 + user: + description: Denotes whether or not the wallet is designed for new users + type: string + enum: + - beginner + ## TODO: we should probably use names here and translate to ## numbers (if required) in the template level: @@ -84,6 +90,7 @@ properties: - text - link - screenshot + - features - check ## TODO: Not currently required, but we should aim for making it required # # - source @@ -121,6 +128,10 @@ properties: screenshot: &screenshot description: File name for screenshot within the /img/screenshots/ directory type: string + ## TODO: change this into an array so we can practically test values + features: + type: string + minLength: 1 check: &check description: The wallet's features (or lack thereof) type: object