From f859abf63ad4fc3cbacc48228a56d5f3f62def6f Mon Sep 17 00:00:00 2001 From: Carl Chouinard Date: Fri, 20 Jan 2017 03:57:13 -0800 Subject: [PATCH] Added canUse properties --- schemata/user.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/schemata/user.yaml b/schemata/user.yaml index 5e48d15..786ed84 100644 --- a/schemata/user.yaml +++ b/schemata/user.yaml @@ -18,7 +18,15 @@ properties: type: string example: "http://example.net/user.png" canUse: - description: Feature flagging based on user's plan. Available flags are siteMediaCta, edCta, edEmbed + description: Feature flagging based on user plan type: object - + siteMediaCta: + description: If user can create CTA in the site header + type: boolean + edCta: + description: If user can create CTA in Ed + type: boolean + edEmbed: + description: If user can create embedded block in Ed + type: boolean required: [id, name]