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

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