Skip to content

Commit

Permalink
Document FM number
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 20, 2017
1 parent f859abf commit f205620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemata/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ properties:
avatar:
type: string
example: "http://example.net/user.png"
founder:
example: 6
description: Founding member number
oneOf:
- { type: 'null' }
- { type: 'integer' }
canUse:
description: Feature flagging based on user plan
type: object
Expand Down

0 comments on commit f205620

Please sign in to comment.