You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-metrics.json 616B

12345678910111213141516171819202122232425262728
  1. {
  2. "metrics": [
  3. {
  4. "id": "AU-Tpxb--iU5OvuD2FLy",
  5. "key": "team_size",
  6. "name": "Team size",
  7. "description": "Number of people in the team",
  8. "domain": "Management",
  9. "type": "INT",
  10. "direction": 0,
  11. "qualitative": false,
  12. "hidden": false,
  13. "custom": true
  14. },
  15. {
  16. "id": "AU-Tpxb--iU5OvuD3FLz",
  17. "key": "uncovered_lines",
  18. "name": "Uncovered lines",
  19. "description": "Uncovered lines",
  20. "domain": "Tests",
  21. "type": "INT",
  22. "direction": 1,
  23. "qualitative": true,
  24. "hidden": false,
  25. "custom": false
  26. }
  27. ]
  28. }