Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_case.json « entities « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b08d6c23022eafecd9a6161e642af15908cdbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "properties": {
    "status": { "type": "string" },
    "name": { "type": "string" },
    "execution_time": { "type": "float" },
    "system_output": { "type": ["string", "null"] },
    "stack_trace":  { "type": ["string", "null"] }
  },
  "additionalProperties": false
}