Skip to content

Commit

Permalink
add properyNames to summary_statistic object to strengthen validation…
Browse files Browse the repository at this point in the history
… in data_dictionary
  • Loading branch information
joshwlambert committed Sep 20, 2024
1 parent 7cd2bd9 commit 0528b79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/extdata/data_dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
},
"summary_statistics": {
"type": "object",
"propertyNames": {
"enum": ["mean", "mean_ci_limits", "mean_ci", "sd", "sd_ci_limits", "sd_ci", "median", "median_ci_limits", "median_ci", "dispersion", "dispersion_ci_limits", "dispersion_ci", "quantile_values", "quantile_names", "lower_range", "upper_range"]
},
"properties": {
"mean": {
"description": "The mean value (expectation) of the distribution. If the mean is not reported put NA.",
Expand Down

0 comments on commit 0528b79

Please sign in to comment.