{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Red Light Index page-type front matter",
  "type": "object",
  "additionalProperties": false,
  "required": ["derived_metric", "comparison_baseline", "sample_size_rule", "uncertainty_rule", "user_action", "citable_asset"],
  "properties": {
    "derived_metric": {"type": "string", "minLength": 1},
    "comparison_baseline": {"type": "string", "minLength": 1},
    "sample_size_rule": {"type": "string", "minLength": 1},
    "uncertainty_rule": {"type": "string", "minLength": 1},
    "user_action": {"type": "string", "minLength": 1},
    "citable_asset": {"type": "string", "minLength": 1}
  }
}
