landmark-is-top-level.json 295 B

1234567891011
  1. {
  2. "id": "landmark-is-top-level",
  3. "evaluate": "landmark-is-top-level-evaluate",
  4. "metadata": {
  5. "impact": "moderate",
  6. "messages": {
  7. "pass": "The ${data.role} landmark is at the top level.",
  8. "fail": "The ${data.role} landmark is contained in another landmark."
  9. }
  10. }
  11. }