Welcome to mirror list, hosted at ThFree Co, Russian Federation.

link.json « release « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf175be2bc08f60a274d86538cc0dbbce8e6e093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": ["name", "url"],
  "properties": {
    "id": { "type": "integer" },
    "name": { "type": "string" },
    "filepath": { "type": "string" },
    "url": { "type": "string" },
    "direct_asset_url": { "type": "string" },
    "external": { "type": "boolean" }
  },
  "additionalProperties": false
}