summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/entities/github/pull_requests.json
blob: 4dddeb5fa201e23df35c942da3abf242d14ce0d4 (plain)
1
2
3
4
5
6
{
  "type": "array",
  "items": {
    "$ref": "pull_request.json"
  }
}