{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "array",
  "minItems": 1,
  "items": {
    "$ref": "schema://rest/user-schema.json"
  }
}
