Skip to content

Commit

Permalink
add schema keys
Browse files Browse the repository at this point in the history
  • Loading branch information
peterqliu committed Oct 31, 2014
1 parent a5aee1b commit 456f30c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ function validSchema(k, t, obj, ref) {
'value',
'units',
'tokens',
'values'
'values',
"maximum",
"minimum",
"period"
];

// Schema object.
Expand Down

0 comments on commit 456f30c

Please sign in to comment.