debian-mirror-gitlab/spec/fixtures/api/schemas/release/link.json

14 lines
332 B
JSON
Raw Normal View History

2019-02-13 22:33:31 +05:30
{
"type": "object",
"required": ["name", "url"],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
2020-04-08 14:13:33 +05:30
"filepath": { "type": "string" },
2019-02-13 22:33:31 +05:30
"url": { "type": "string" },
2020-04-08 14:13:33 +05:30
"direct_asset_url": { "type": "string" },
2019-02-13 22:33:31 +05:30
"external": { "type": "boolean" }
},
"additionalProperties": false
}