debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/release/evidence.json
2020-04-22 19:07:51 +05:30

14 lines
258 B
JSON

{
"type": "object",
"required" : [
"sha",
"filepath",
"collected_at"
],
"properties" : {
"sha": { "type": "string" },
"filepath": { "type": "string" },
"collected_at": { "type": "date" }
},
"additionalProperties": false
}