summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/artifact_file.json
blob: 4017e6bdabca0c6b92db494bb49fd29739a1c88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "filename",
    "size"
  ],
  "properties": {
    "filename": { "type": "string"},
    "size": { "type": "integer"}
  },
  "additionalProperties": false
}