debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/artifact_file.json

13 lines
197 B
JSON
Raw Normal View History

2019-07-31 22:56:46 +05:30
{
"type": "object",
"required": [
"filename",
"size"
],
"properties": {
"filename": { "type": "string"},
"size": { "type": "integer"}
},
"additionalProperties": false
}