summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/issue_links.json
blob: d254615dd58037b124e850faf0b90ca185d987f4 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "array",
  "items": {
    "type": "object",
    "properties" : {
      "$ref": "./issue_link.json"
    }
  }
}