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

evidence.json « release « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbebac0acaa997625edfa366d27b86c517f14503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "object",
  "required" : [
    "sha",
    "filepath",
    "collected_at"
  ],
  "properties" : {
    "sha": { "type": "string" },
    "filepath": { "type": "string" },
    "collected_at": { "type": "date" }
  },
  "additionalProperties": false
}