debian-mirror-gitlab/app/validators/json_schemas/build_report_result_data.json
2020-06-23 00:09:42 +05:30

13 lines
273 B
JSON

{
"description": "Build report result data",
"type": "object",
"properties": {
"coverage": { "type": "float" },
"tests": {
"type": "object",
"items": { "$ref": "./build_report_result_data_tests.json" }
}
},
"additionalProperties": false
}