Skip to content

Commit

Permalink
Added canUse properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Chouinard authored Jan 20, 2017
1 parent 789764b commit f859abf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions schemata/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit f859abf

Please sign in to comment.