Skip to content

Commit

Permalink
add singular form of units
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardfan committed Oct 10, 2017
1 parent 952098a commit 1a57369
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion rulesets/faang_experiments.metadata_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
"hours",
"days",
"weeks",
"years"
"years",
"minute",
"hour",
"day",
"week",
"year"
]
},
{
Expand Down
10 changes: 7 additions & 3 deletions rulesets/faang_samples.metadata_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@
"description": "Birth weight, in kilograms or grams",
"type": "number",
"valid_units": [
"kilograms"
"kilograms",
"grams"
]
},
{
Expand All @@ -250,7 +251,8 @@
"description": "Placental weight, in kilograms or grams",
"type": "number",
"valid_units": [
"kilograms"
"kilograms",
"grams"
]
},
{
Expand Down Expand Up @@ -512,7 +514,9 @@
"type": "number",
"valid_units": [
"days",
"weeks"
"weeks",
"day",
"week"
]
},
{
Expand Down

0 comments on commit 1a57369

Please sign in to comment.