summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/members.json
blob: 0b0b56da9f8c144743db371b1a2ac14145da466b (plain)
1
2
3
4
5
6
{
  "type": "array",
  "items": {
    "$ref": "entities/member.json"
  }
}