summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/build_report_result_data.json
blob: 0fb4fd6d0b74821d21d91e0fb29ef91077f027a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "description": "Build report result data",
  "type": "object",
  "properties": {
    "coverage": { "type": "float" },
    "tests": {
      "type": "object",
      "items": { "$ref": "./build_report_result_data_tests.json" }
    }
  },
  "additionalProperties": false
}