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]