summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/statistics.json
blob: ef2f39aad9da5e26b8b2bc44664169823510af41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "type": "object",
  "required" : [
    "forks",
    "issues",
    "merge_requests",
    "notes",
    "snippets",
    "ssh_keys",
    "milestones",
    "users",
    "projects",
    "groups",
    "active_users"
  ],
  "properties" : {
    "forks": { "type": "string" },
    "issues'": { "type": "string" },
    "merge_requests'": { "type": "string" },
    "notes'": { "type": "string" },
    "snippets'": { "type": "string" },
    "ssh_keys'": { "type": "string" },
    "milestones'": { "type": "string" },
    "users'": { "type": "string" },
    "projects'": { "type": "string" },
    "groups'": { "type": "string" },
    "active_users'": { "type": "string" }
  }
}