debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/artifact.json
2019-07-31 17:26:46 +00:00

17 lines
311 B
JSON

{
"type": "object",
"required": [
"file_type",
"size",
"filename",
"file_format"
],
"properties": {
"file_type": { "type": "string"},
"size": { "type": "integer"},
"filename": { "type": "string"},
"file_format": { "type": "string"}
},
"additionalProperties": false
}