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

build_trace_line_content.json « job « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41f8124c11392bb4ab245e2c75bf1ba6b1723a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "description": "Build trace line content",
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": { "type": "string" },
    "style": { "type": "string" }
  }
}