summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/release/evidence.json
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
}