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